Interface DefaultChunkSource.SupportsContiguousGet<ATTR extends Any>

All Superinterfaces:
ChunkSource<ATTR>, DefaultChunkSource<ATTR>, FillContextMaker, GetContextMaker
All Known Subinterfaces:
ChunkPage<ATTR>, PageStore<ATTR,INNER_ATTR,PAGE>, RegionedPageStore<ATTR,INNER_ATTR,REGION_TYPE>
All Known Implementing Classes:
AppendOnlyFixedSizePageRegionByte, AppendOnlyFixedSizePageRegionChar, AppendOnlyFixedSizePageRegionDouble, AppendOnlyFixedSizePageRegionFloat, AppendOnlyFixedSizePageRegionInt, AppendOnlyFixedSizePageRegionLong, AppendOnlyFixedSizePageRegionObject, AppendOnlyFixedSizePageRegionShort, BooleanChunkPage, ByteChunkPage, CharChunkPage, ChunkHolderPageBoolean, ChunkHolderPageByte, ChunkHolderPageChar, ChunkHolderPageDouble, ChunkHolderPageFloat, ChunkHolderPageInt, ChunkHolderPageLong, ChunkHolderPageObject, ChunkHolderPageShort, ColumnChunkPageStore, ColumnRegionByte.StaticPageStore, ColumnRegionChar.StaticPageStore, ColumnRegionChunkDictionary, ColumnRegionDouble.StaticPageStore, ColumnRegionFloat.StaticPageStore, ColumnRegionInt.StaticPageStore, ColumnRegionLong.StaticPageStore, ColumnRegionObject.StaticPageStore, ColumnRegionShort.StaticPageStore, DoubleChunkPage, FloatChunkPage, IntChunkPage, LongChunkPage, ObjectChunkPage, RegionedPageStore.Static, ShortChunkPage
Enclosing interface:
DefaultChunkSource<ATTR extends Any>

public static interface DefaultChunkSource.SupportsContiguousGet<ATTR extends Any> extends DefaultChunkSource<ATTR>
An alternative set of defaults which may typically be used by ChunkSources which support a get method which only works for contiguous ranges. They should just implement getChunk(GetContext, long, long).