Interface Batch.Callback<R>
- Type Parameters:
 R- the return type from the associatedBatch.Call.call(Object)
- Enclosing class:
 - Batch
 
Defines a generic callback to be triggered for each 
Batch.Call.call(Object) result.
 
 When used with
 Table.coprocessorService(Class, byte[], byte[], Batch.Call)
 the implementation's update(byte[], byte[], Object) method will be
 called with the Batch.Call.call(Object) return value from each region in the selected
 range.- 
Method Summary
 
- 
Method Details
- 
update
 
 -