org.apache.hadoop.hbase.client.coprocessor
Class Batch

java.lang.Object
  extended by org.apache.hadoop.hbase.client.coprocessor.Batch

@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class Batch
extends Object

A collection of interfaces and utilities used for interacting with custom RPC interfaces exposed by Coprocessors.


Nested Class Summary
static interface Batch.Call<T,R>
          Defines a unit of work to be executed.
static interface Batch.Callback<R>
          Defines a generic callback to be triggered for each Batch.Call.call(Object) result.
 
Constructor Summary
Batch()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.