Uses of Class
org.apache.hadoop.hbase.HColumnDescriptor.CompressionType

Packages that use HColumnDescriptor.CompressionType
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HColumnDescriptor.CompressionType in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HColumnDescriptor.CompressionType
 HColumnDescriptor.CompressionType HColumnDescriptor.getCompression()
           
static HColumnDescriptor.CompressionType HColumnDescriptor.CompressionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HColumnDescriptor.CompressionType[] HColumnDescriptor.CompressionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.hadoop.hbase with parameters of type HColumnDescriptor.CompressionType
HColumnDescriptor(Text name, int maxVersions, HColumnDescriptor.CompressionType compression, boolean inMemory, int maxValueLength, BloomFilterDescriptor bloomFilter)
          Constructor - specify all parameters.
 



Copyright © 2006 The Apache Software Foundation