Class RegionedColumnSourceObject.FillContext
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.ContextWithChunk<ATTR,ChunkSource.FillContext>
com.illumon.iris.db.v2.sources.chunk.DefaultGetContext<Attributes.EncodedObjects>
com.illumon.iris.db.v2.sources.regioned.RegionedColumnSourceObject.FillContext
- All Implemented Interfaces:
ChunkSource.FillContext
,ChunkSource.GetContext
,Context
,SafeCloseable
,AutoCloseable
- Enclosing class:
- RegionedColumnSourceObject<T,ATTR extends Attributes.Values>
public static class RegionedColumnSourceObject.FillContext extends DefaultGetContext<Attributes.EncodedObjects> implements ChunkSource.FillContext
-
Constructor Summary
Constructors Constructor Description FillContext(int byteChunkCapacity, int offsetChunkCapacity)
-
Method Summary
Modifier and Type Method Description void
close()
Release any resources associated with this context.Methods inherited from class com.illumon.iris.db.v2.sources.chunk.DefaultGetContext
getFillContext, getFillContext
Methods inherited from class com.illumon.iris.db.v2.sources.chunk.ContextWithChunk
ensureLength, getContext, getContext, getResettableChunk, getResettableChunk, getWritableChunk, getWritableChunk, isMyResettableChunk, isMyWritableChunk, resetChunkFromArray
-
Constructor Details
-
FillContext
public FillContext(int byteChunkCapacity, int offsetChunkCapacity)
-
-
Method Details
-
close
public void close()Description copied from interface:Context
Release any resources associated with this context. The context should not be used afterwards.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceContext
- Specified by:
close
in interfaceSafeCloseable
- Overrides:
close
in classContextWithChunk<Attributes.EncodedObjects,ChunkSource.FillContext>
-