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 com.google.protobuf.Message[] |
values
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected final com.google.protobuf.Message[] values
size
protected int size
count
protected int count
HBaseClient.ParallelResults
public HBaseClient.ParallelResults(int size)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.