Class ColumnRegionFloat.StaticPageStore<ATTR extends Any>

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

public static final class ColumnRegionFloat.StaticPageStore<ATTR extends Any> extends RegionedPageStore.Static<ATTR,ATTR,ColumnRegionFloat<ATTR>> implements ColumnRegionFloat<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>
    • getFloat

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

      public float getFloat(@NotNull @NotNull ChunkSource.FillContext context, long elementIndex)
      Description copied from interface: ColumnRegionFloat
      Get a single float from this region.
      Specified by:
      getFloat in interface ColumnRegionFloat<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 float value at the specified element row key