Interface BatchContext<B extends Batch>
- Type Parameters:
B- the batch type
- All Superinterfaces:
AutoCloseable
Handles batch context switching.
- Author:
- Paul Ferraro
-
Method Summary
-
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:
closein interfaceAutoCloseable
-