Interface BatchContext<B extends Batch>

All Superinterfaces:
AutoCloseable

public interface BatchContext<B extends Batch> extends AutoCloseable
Handles batch context switching.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Returns the batch associated with this batch context.
  • Method Details

    • getBatch

      B getBatch()
      Returns the batch associated with this batch context.
      Returns:
      the batch associated with this batch context.
    • close

      void close()
      Specified by:
      close in interface AutoCloseable