| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.io.encoding | 
| Modifier and Type | Method and Description | 
|---|---|
DataBlockEncoding | 
HColumnDescriptor.getDataBlockEncoding()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
HColumnDescriptor | 
HColumnDescriptor.setDataBlockEncoding(DataBlockEncoding value)
Deprecated.  
Set data block encoding algorithm used in block cache. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static DataBlockEncoding | 
ColumnFamilyDescriptorBuilder.DEFAULT_DATA_BLOCK_ENCODING
Default data block encoding algorithm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataBlockEncoding | 
ColumnFamilyDescriptor.getDataBlockEncoding()  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnFamilyDescriptorBuilder | 
ColumnFamilyDescriptorBuilder.setDataBlockEncoding(DataBlockEncoding value)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DataBlockEncoding | 
DataBlockEncoding.getEncodingById(short dataBlockEncodingId)  | 
static DataBlockEncoding | 
DataBlockEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DataBlockEncoding[] | 
DataBlockEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.