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

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

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

Methods in org.apache.hadoop.hbase.avro that return AFamilyDescriptor
 AFamilyDescriptor AvroServer.HBaseImpl.describeFamily(ByteBuffer table, ByteBuffer family)
           
static AFamilyDescriptor AvroUtil.hcdToAFD(HColumnDescriptor hcd)
           
 

Methods in org.apache.hadoop.hbase.avro with parameters of type AFamilyDescriptor
 Void AvroServer.HBaseImpl.addFamily(ByteBuffer table, AFamilyDescriptor family)
           
static HColumnDescriptor AvroUtil.afdToHCD(AFamilyDescriptor afd)
           
 Void AvroServer.HBaseImpl.modifyFamily(ByteBuffer table, ByteBuffer familyName, AFamilyDescriptor familyDescriptor)
           
 

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

Fields in org.apache.hadoop.hbase.avro.generated with type parameters of type AFamilyDescriptor
 org.apache.avro.generic.GenericArray<AFamilyDescriptor> ATableDescriptor.families
           
 

Methods in org.apache.hadoop.hbase.avro.generated that return AFamilyDescriptor
 AFamilyDescriptor HBase.describeFamily(ByteBuffer table, ByteBuffer family)
           
 

Methods in org.apache.hadoop.hbase.avro.generated with parameters of type AFamilyDescriptor
 Void HBase.addFamily(ByteBuffer table, AFamilyDescriptor family)
           
 Void HBase.modifyFamily(ByteBuffer table, ByteBuffer familyName, AFamilyDescriptor familyDescriptor)
           
 



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