Class DeferredColumnRegionObject<T,ATTR extends Attributes.Any>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.DeferredColumnRegionBase<ATTR,ColumnRegionObject<T,ATTR>>
com.illumon.iris.db.v2.sources.regioned.DeferredColumnRegionObject<T,ATTR>
All Implemented Interfaces:
ChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionObject<T,ATTR>, Releasable

public class DeferredColumnRegionObject<T,ATTR extends Attributes.Any> extends DeferredColumnRegionBase<ATTR,ColumnRegionObject<T,ATTR>> implements ColumnRegionObject<T,ATTR>
ColumnRegionShort implementation for deferred regions, i.e. regions that will be properly constructed on first access.