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

java.lang.Object
  extended by 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
           
 
Constructor Summary
HBaseClient.ParallelResults(int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected final org.apache.hadoop.io.Writable[] values

size

protected int size

count

protected int count
Constructor Detail

HBaseClient.ParallelResults

public HBaseClient.ParallelResults(int size)


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