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
 org.apache.avro.generic.GenericArray<AResult> HBase.scannerGetRows(int scannerId, int numberOfRows)
           
 



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