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 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 interface AutoCloseable
      Specified by:
      close in interface Context
      Specified by:
      close in interface SafeCloseable