Package io.deephaven.generic.region


package io.deephaven.generic.region
  • Class
    Description
    AppendOnlyFixedSizePageRegionByte<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionChar<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionDouble<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionFloat<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionInt<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionLong<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionObject<T,ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyFixedSizePageRegionShort<ATTR extends io.deephaven.chunk.attributes.Any>
    Region implementation that provides access to append-only pages with a fixed maximum size.
    AppendOnlyRegionAccessor<ATTR extends io.deephaven.chunk.attributes.Any>
    Minimal interface for an append-only flat data source, with contiguous rows from 0, inclusive, to size, exclusive.