Uses of Interface
org.apache.hadoop.hbase.client.coprocessor.Batch.Call

Packages that use Batch.Call
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.rest.client   
 

Uses of Batch.Call in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type Batch.Call
<T extends com.google.protobuf.Service,R>
Map<byte[],R>
HTable.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable)
          Creates an instance of the given Service subclass for each table region spanning the range from the startKey row to endKey row (inclusive), and invokes the passed call(T) method with each Service instance.
<T extends com.google.protobuf.Service,R>
Map<byte[],R>
HTableInterface.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable)
          Creates an instance of the given Service subclass for each table region spanning the range from the startKey row to endKey row (inclusive), and invokes the passed call(T) method with each Service instance.
<T extends com.google.protobuf.Service,R>
void
HTable.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable, Batch.Callback<R> callback)
          Creates an instance of the given Service subclass for each table region spanning the range from the startKey row to endKey row (inclusive), and invokes the passed call(T) method with each Service instance.
<T extends com.google.protobuf.Service,R>
void
HTableInterface.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable, Batch.Callback<R> callback)
          Creates an instance of the given Service subclass for each table region spanning the range from the startKey row to endKey row (inclusive), and invokes the passed call(T) method with each Service instance.
 

Uses of Batch.Call in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Batch.Call
<T extends com.google.protobuf.Service,R>
Map<byte[],R>
RemoteHTable.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable)
           
<T extends com.google.protobuf.Service,R>
void
RemoteHTable.coprocessorService(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable, Batch.Callback<R> callback)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.