Class BufferedPageInt<ATTR extends Any>
java.lang.Object
io.deephaven.enterprise.sources.regioned.impl.BufferedPageInt<ATTR>
- All Implemented Interfaces:
- Page<ATTR>,- Page.WithDefaults<ATTR>,- PagingChunkSource<ATTR>,- ChunkSource<ATTR>,- FillContextMaker,- GetContextMaker,- DefaultChunkSource<ATTR>,- BufferedPage<ATTR>
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.deephaven.engine.table.ChunkSourceChunkSource.FillContext, ChunkSource.GetContextNested classes/interfaces inherited from interface io.deephaven.engine.table.impl.DefaultChunkSourceDefaultChunkSource.SupportsContiguousGet<ATTR extends Any>, DefaultChunkSource.WithPrev<ATTR extends Any>Nested classes/interfaces inherited from interface io.deephaven.engine.page.PagePage.WithDefaults<ATTR extends Any>, Page.WithDefaultsForRepeatingValues<ATTR extends Any>
- 
Field SummaryFields inherited from interface io.deephaven.enterprise.sources.regioned.BufferedPageUSE_RANGES_AVERAGE_RUN_LENGTHFields inherited from interface io.deephaven.engine.table.ChunkSourceDEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionTheBufferedTypeassociated with a buffer page has all the helper functions for calculating offsets, lengths, etc.voidfillChunkAppend(@NotNull ChunkSource.FillContext fillContext, @NotNull WritableChunk<? super ATTR> destination, @NotNull RowSequence orderedKeys) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.enterprise.sources.regioned.BufferedPagefirstRowOffset, maskMethods inherited from interface io.deephaven.engine.table.impl.DefaultChunkSourcegetChunk, getChunk, getChunkByFilling, makeGetContextMethods inherited from interface io.deephaven.engine.table.FillContextMakermakeFillContextMethods inherited from interface io.deephaven.engine.table.GetContextMakermakeGetContextMethods inherited from interface io.deephaven.engine.page.PageadvanceToNextPage, advanceToNextPage, advanceToNextPageAndGetPositionDistance, firstRow, getRowOffsetMethods inherited from interface io.deephaven.engine.page.Page.WithDefaultsfillChunk, fillChunkAppendMethods inherited from interface io.deephaven.engine.page.PagingChunkSourcemakeFillContext, maxRow
- 
Constructor Details- 
BufferedPageIntpublic BufferedPageInt()
 
- 
- 
Method Details- 
bufferedTypeDescription copied from interface:BufferedPageTheBufferedTypeassociated with a buffer page has all the helper functions for calculating offsets, lengths, etc. based on the type stored on thisBufferedPage.- Specified by:
- bufferedTypein interface- BufferedPage<ATTR extends Any>
- Returns:
- The type of the buffered page.
 
- 
getChunkType- Specified by:
- getChunkTypein interface- ChunkSource<ATTR extends Any>
 
- 
fillChunkAppendpublic void fillChunkAppend(@NotNull @NotNull ChunkSource.FillContext fillContext, @NotNull @NotNull WritableChunk<? super ATTR> destination, @NotNull @NotNull RowSequence orderedKeys) - Specified by:
- fillChunkAppendin interface- Page.WithDefaults<ATTR extends Any>
 
 
-