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

Packages that use ACompressionAlgorithm
org.apache.hadoop.hbase.avro.generated   
 

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

Fields in org.apache.hadoop.hbase.avro.generated declared as ACompressionAlgorithm
 ACompressionAlgorithm AColumnFamilyDescriptor.compression
           
 ACompressionAlgorithm AFamilyDescriptor.compression
           
 

Methods in org.apache.hadoop.hbase.avro.generated that return ACompressionAlgorithm
static ACompressionAlgorithm ACompressionAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ACompressionAlgorithm[] ACompressionAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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