Interface Batch.Call<T,R>
- Type Parameters:
T
- the instance type to be passed tocall(Object)
R
- the return type fromcall(Object)
- Enclosing class:
- Batch
Defines a unit of work to be executed.
When used with
Table.coprocessorService(Class, byte[], byte[], Batch.Call)
the implementations call(Object)
method will be invoked with a proxy to each
region's coprocessor Service
implementation.-
Method Summary
-
Method Details
-
call
- Throws:
IOException
-