Class DeferredColumnRegionReferencing<ATTR extends Attributes.Any,​REFERENCED_COLUMN_REGION extends ColumnRegion<ATTR>>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.DeferredColumnRegionBase<ATTR,​ColumnRegionReferencing<ATTR,​REFERENCED_COLUMN_REGION>>
com.illumon.iris.db.v2.sources.regioned.DeferredColumnRegionReferencing<ATTR,​REFERENCED_COLUMN_REGION>
All Implemented Interfaces:
ChunkSource<ATTR>, FillContextMaker, GetContextMaker, Page<ATTR>, PagingChunkSource<ATTR>, ColumnRegion<ATTR>, ColumnRegionReferencing<ATTR,​REFERENCED_COLUMN_REGION>, Releasable

public class DeferredColumnRegionReferencing<ATTR extends Attributes.Any,​REFERENCED_COLUMN_REGION extends ColumnRegion<ATTR>>
extends DeferredColumnRegionBase<ATTR,​ColumnRegionReferencing<ATTR,​REFERENCED_COLUMN_REGION>>
implements ColumnRegionReferencing<ATTR,​REFERENCED_COLUMN_REGION>
ColumnRegionReferencing implementation for deferred regions, i.e. regions that will be properly constructed on first access.