org.apache.hadoop.hbase.ipc
Class HBaseClient.ParallelCall
java.lang.Object
org.apache.hadoop.hbase.ipc.HBaseClient.Call
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
|
Method Summary |
protected void |
callComplete()
Deliver result to result collector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
protected final int index
HBaseClient.ParallelCall
public HBaseClient.ParallelCall(org.apache.hadoop.io.Writable param,
HBaseClient.ParallelResults results,
int index)
callComplete
protected void callComplete()
- Deliver result to result collector.
- Overrides:
callComplete
in class HBaseClient.Call
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.