Interface Batch.Call<T,R>

Type Parameters:
T - the instance type to be passed to call(Object)
R - the return type from call(Object)
Enclosing class:
Batch

@Public public static interface Batch.Call<T,R>
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.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    call(T instance)