Class ColumnRegionObjectWithDictionary<T,ATTR extends Values>

java.lang.Object
io.deephaven.enterprise.sources.regioned.impl.InvalidatableRegion<ATTR>
io.deephaven.enterprise.sources.regioned.impl.ColumnRegionObjectWithDictionary<T,ATTR>
Type Parameters:
T -
ATTR -
All Implemented Interfaces:
Page<ATTR>, Page.WithDefaults<ATTR>, PagingChunkSource<ATTR>, ChunkSource<ATTR>, FillContextMaker, GetContextMaker, DefaultChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,ATTR>, Releasable

public class ColumnRegionObjectWithDictionary<T,ATTR extends Values> extends InvalidatableRegion<ATTR> 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.