Class Batch
java.lang.Object
org.apache.hadoop.hbase.client.coprocessor.Batch
A collection of interfaces and utilities used for interacting with custom RPC interfaces exposed
by Coprocessors.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Batch.Call<T,
R> Defines a unit of work to be executed.static interface
Defines a generic callback to be triggered for eachBatch.Call.call(Object)
result. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Batch
public Batch()
-