Uses of Class
org.apache.hadoop.hbase.util.migration.v5.HColumnDescriptor.CompressionType

Packages that use HColumnDescriptor.CompressionType
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

Uses of HColumnDescriptor.CompressionType in org.apache.hadoop.hbase.util.migration.v5
 

Fields in org.apache.hadoop.hbase.util.migration.v5 declared as HColumnDescriptor.CompressionType
static HColumnDescriptor.CompressionType HColumnDescriptor.DEFAULT_COMPRESSION
          Default compression type.
 

Methods in org.apache.hadoop.hbase.util.migration.v5 that return HColumnDescriptor.CompressionType
 HColumnDescriptor.CompressionType HColumnDescriptor.getCompression()
           
 HColumnDescriptor.CompressionType HColumnDescriptor.getCompressionType()
           
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.util.migration.v5 with parameters of type HColumnDescriptor.CompressionType
HColumnDescriptor(byte[] columnName, int maxVersions, HColumnDescriptor.CompressionType compression, boolean inMemory, boolean blockCacheEnabled, int maxValueLength, int timeToLive, boolean bloomFilter)
          Constructor
 



Copyright © 2008 The Apache Software Foundation