Class ChunkHolderPageByte<ATTR extends Any>

java.lang.Object
io.deephaven.generic.page.ChunkHolderPageByte<ATTR>
All Implemented Interfaces:
Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, DefaultChunkSource.SupportsContiguousGet<ATTR>

public class ChunkHolderPageByte<ATTR extends Any> extends Object implements Page.WithDefaults<ATTR>, DefaultChunkSource.SupportsContiguousGet<ATTR>
Append-only Page implementation that permanently wraps an array for data storage, atomically replacing "view" chunks with larger ones as the page is extended.