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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBatch.Call<T,R> Defines a unit of work to be executed.static interfaceDefines a generic callback to be triggered for eachBatch.Call.call(Object)result. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Batch
public Batch()
-