Class ColumnRegionObjectCodecFixed<T,ATTR extends Values>

java.lang.Object
io.deephaven.enterprise.sources.regioned.impl.InvalidatableRegion<ATTR>
io.deephaven.enterprise.sources.regioned.impl.ColumnRegionObjectCodecFixed<T,ATTR>
Type Parameters:
T - The realized type of the encoded objects within this region
ATTR - The Chunk attribute for this region
All Implemented Interfaces:
Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,ATTR>, Releasable

public final class ColumnRegionObjectCodecFixed<T,ATTR extends Values> extends InvalidatableRegion<ATTR> implements ColumnRegionObject<T,ATTR>, Page.WithDefaults<ATTR>
A ColumnRegion for non-primitive types that have a fixed size. The objects are stored in raw encoded binary format within a single data file.