Interface ChunkSource.GetContext
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- All Known Implementing Classes:
DefaultGetContext
,RegionedColumnSourceObject.FillContext
,ViewColumnSource.VCSGetContext
- Enclosing interface:
- ChunkSource<ATTR extends Attributes.Any>
public static interface ChunkSource.GetContext extends Context
Marker interface for
Context
s that are used in ChunkSource.getChunk(GetContext, OrderedKeys)
.