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

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

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

Methods in org.apache.hadoop.hbase.avro with parameters of type AGet
static Get AvroUtil.agetToGet(AGet aget)
           
 boolean AvroServer.HBaseImpl.exists(ByteBuffer table, AGet aget)
           
 AResult AvroServer.HBaseImpl.get(ByteBuffer table, AGet aget)
           
 

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

Methods in org.apache.hadoop.hbase.avro.generated with parameters of type AGet
 boolean HBase.exists(ByteBuffer table, AGet get)
           
 AResult HBase.get(ByteBuffer table, AGet get)
           
 



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