Class ColumnRegionDouble.StaticPageStore<ATTR extends Any>

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

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

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

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