org.apache.hadoop.hbase.ipc
Class HBaseClient.ParallelCall

java.lang.Object
  extended by org.apache.hadoop.hbase.ipc.HBaseClient.Call
      extended by org.apache.hadoop.hbase.ipc.HBaseClient.ParallelCall
Enclosing class:
HBaseClient

protected class HBaseClient.ParallelCall
extends HBaseClient.Call

Call implementation used for parallel calls.


Field Summary
protected  int index
           
 
Constructor Summary
HBaseClient.ParallelCall(org.apache.hadoop.io.Writable param, HBaseClient.ParallelResults results, int index)
           
 
Method Summary
protected  void callComplete()
          Deliver result to result collector.
 
Methods inherited from class org.apache.hadoop.hbase.ipc.HBaseClient.Call
getStartTime, setException, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected final int index
Constructor Detail

HBaseClient.ParallelCall

public HBaseClient.ParallelCall(org.apache.hadoop.io.Writable param,
                                HBaseClient.ParallelResults results,
                                int index)
Method Detail

callComplete

protected void callComplete()
Deliver result to result collector.

Overrides:
callComplete in class HBaseClient.Call


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