Class ColumnRegionShort.StaticPageStore<ATTR extends Any>

java.lang.Object
io.deephaven.engine.table.impl.sources.regioned.RegionedPageStore.Static<ATTR,ATTR,ColumnRegionShort<ATTR>>
io.deephaven.engine.table.impl.sources.regioned.ColumnRegionShort.StaticPageStore<ATTR>
All Implemented Interfaces:
Page<ATTR>, PageStore<ATTR,ATTR,ColumnRegionShort<ATTR>>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, DefaultChunkSource.SupportsContiguousGet<ATTR>, ColumnRegion<ATTR>, ColumnRegionShort<ATTR>, RegionedPageStore<ATTR,ATTR,ColumnRegionShort<ATTR>>, Releasable
Enclosing interface:
ColumnRegionShort<ATTR extends Any>

public static final class ColumnRegionShort.StaticPageStore<ATTR extends Any> extends RegionedPageStore.Static<ATTR,ATTR,ColumnRegionShort<ATTR>> implements ColumnRegionShort<ATTR>
  • Constructor Details

  • Method Details

    • invalidate

      public void invalidate()
      Description copied from interface: ColumnRegion
      Invalidate the region -- any further reads that cannot be completed consistently and correctly will fail.
      Specified by:
      invalidate in interface ColumnRegion<ATTR extends Any>
    • getShort

      public short getShort(long elementIndex)
      Description copied from interface: ColumnRegionShort
      Get a single short from this region.
      Specified by:
      getShort in interface ColumnRegionShort<ATTR extends Any>
      Parameters:
      elementIndex - Element row key in the table's address space
      Returns:
      The short value at the specified element row key
    • getShort

      public short getShort(@NotNull @NotNull ChunkSource.FillContext context, long elementIndex)
      Description copied from interface: ColumnRegionShort
      Get a single short from this region.
      Specified by:
      getShort in interface ColumnRegionShort<ATTR extends Any>
      Parameters:
      context - A PagingContextHolder to enable resource caching where suitable, with current region index pointing to this region
      elementIndex - Element row key in the table's address space
      Returns:
      The short value at the specified element row key