org.apache.hadoop.hbase.ipc
Class HBaseClient.ParallelResults
java.lang.Object
org.apache.hadoop.hbase.ipc.HBaseClient.ParallelResults
- Enclosing class:
- HBaseClient
protected static class HBaseClient.ParallelResults
- extends Object
Result collector for parallel calls.
Field Summary |
protected int |
count
|
protected int |
size
|
protected org.apache.hadoop.io.Writable[] |
values
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected final org.apache.hadoop.io.Writable[] values
size
protected int size
count
protected int count
HBaseClient.ParallelResults
public HBaseClient.ParallelResults(int size)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.