Class RegionedPageStore.Static<ATTR extends Attributes.Any,​INNER_ATTR extends ATTR,​REGION_TYPE extends Page<INNER_ATTR>>

java.lang.Object
com.illumon.iris.db.v2.sources.regioned.RegionedPageStore.Static<ATTR,​INNER_ATTR,​REGION_TYPE>
All Implemented Interfaces:
LongSizedDataStructure, ChunkSource<ATTR>, DefaultChunkSource<ATTR>, DefaultChunkSource.SupportsContiguousGet<ATTR>, FillContextMaker, GetContextMaker, PageStore<ATTR,​INNER_ATTR,​REGION_TYPE>, PagingChunkSource<ATTR>, RegionedPageStore<ATTR,​INNER_ATTR,​REGION_TYPE>
Direct Known Subclasses:
ColumnRegionByte.StaticPageStore, ColumnRegionChar.StaticPageStore, ColumnRegionDouble.StaticPageStore, ColumnRegionFloat.StaticPageStore, ColumnRegionInt.StaticPageStore, ColumnRegionLong.StaticPageStore, ColumnRegionObject.StaticPageStore, ColumnRegionShort.StaticPageStore
Enclosing interface:
RegionedPageStore<ATTR extends Attributes.Any,​INNER_ATTR extends ATTR,​REGION_TYPE extends Page<INNER_ATTR>>

public abstract static class RegionedPageStore.Static<ATTR extends Attributes.Any,​INNER_ATTR extends ATTR,​REGION_TYPE extends Page<INNER_ATTR>>
extends Object
implements RegionedPageStore<ATTR,​INNER_ATTR,​REGION_TYPE>
A regioned page store for use when the full set of regions and their sizes are known.