Uses of Class
org.apache.hadoop.hbase.avro.generated.AResult

Packages that use AResult
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
org.apache.hadoop.hbase.avro.generated   
 

Uses of AResult in org.apache.hadoop.hbase.avro
 

Methods in org.apache.hadoop.hbase.avro that return AResult
 AResult AvroServer.HBaseImpl.get(ByteBuffer table, AGet aget)
           
static AResult AvroUtil.resultToAResult(Result result)
           
 

Methods in org.apache.hadoop.hbase.avro that return types with arguments of type AResult
static org.apache.avro.generic.GenericArray<AResult> AvroUtil.resultsToAResults(Result[] results)
           
 org.apache.avro.generic.GenericArray<AResult> AvroServer.HBaseImpl.scannerGetRows(int scannerId, int numberOfRows)
           
 

Uses of AResult in org.apache.hadoop.hbase.avro.generated
 

Methods in org.apache.hadoop.hbase.avro.generated that return AResult
 AResult HBase.get(ByteBuffer table, AGet get)
           
 

Methods in org.apache.hadoop.hbase.avro.generated that return types with arguments of type AResult
 List<AResult> HBase.scannerGetRows(int scannerId, int numberOfRows)
           
 

Method parameters in org.apache.hadoop.hbase.avro.generated with type arguments of type AResult
 void HBase.Callback.get(ByteBuffer table, AGet get, org.apache.avro.ipc.Callback<AResult> callback)
           
 void HBase.Callback.scannerGetRows(int scannerId, int numberOfRows, org.apache.avro.ipc.Callback<List<AResult>> callback)
           
 



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