Package io.deephaven.engine.page
package io.deephaven.engine.page
-
ClassDescriptionBooleanChunkPage<ATTR extends Any>ByteChunkPage<ATTR extends Any>CharChunkPage<ATTR extends Any>Factory for wrapping native arrays as
ChunkPageinstances.DoubleChunkPage<ATTR extends Any>FloatChunkPage<ATTR extends Any>IntChunkPage<ATTR extends Any>LongChunkPage<ATTR extends Any>ObjectChunkPage<T,ATTR extends Any> This provides theChunkSourceinterface to a contiguous block of data beginning atPage.firstRowOffset()and continuing to some row less than or equal toPage.firstRowOffset()+PagingChunkSource.maxRow(long).Page.WithDefaults<ATTR extends Any>Helper defaults for general pages.Page.WithDefaultsForRepeatingValues<ATTR extends Any>Helper defaults for pages that represent a repeating value, e.g.PageStores are a collection of non-overlapping pages, which provides a singleChunkSourceinterface across all the pages.PagingChunkSource<ATTR extends Any>In order to be able to cache and reuse ChunkSources across multiple Tables (or other references),PagingChunkSourceadds a mask to the ChunkSource, and supports some additionalfillChunkmethods.ShortChunkPage<ATTR extends Any>