Class ColumnRegionObjectCodecFixed<T,​ATTR extends Attributes.Any>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.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:
ChunkSource<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,​ATTR>, Releasable

public final class ColumnRegionObjectCodecFixed<T,​ATTR extends Attributes.Any>
extends Object
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.