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

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.ColumnRegionObjectWithDictionary<T,​ATTR>
Type Parameters:
T -
ATTR -
All Implemented Interfaces:
ChunkSource<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,​ATTR>, Releasable

public class ColumnRegionObjectWithDictionary<T,​ATTR extends Attributes.Any>
extends Object
implements ColumnRegionObject<T,​ATTR>, Page.WithDefaults<ATTR>
A Column region for objects that is backed by a dictionary of values. Note that the dictionary keys are in the flat address space within the region [0,regionSize), not of the region itself.