Class ColumnRegionFillContext
java.lang.Object
com.illumon.iris.db.v2.sources.regioned.ColumnRegionFillContext
- All Implemented Interfaces:
ChunkSource.FillContext
,Context
,SafeCloseable
,AutoCloseable
public class ColumnRegionFillContext extends Object implements ChunkSource.FillContext
-
Constructor Summary
Constructors Constructor Description ColumnRegionFillContext()
-
Method Summary
Modifier and Type Method Description void
close()
Release any resources associated with this context.
-
Constructor Details
-
ColumnRegionFillContext
public ColumnRegionFillContext()
-
-
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
-