Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.io.encoding |
Modifier and Type | Method and Description |
---|---|
DataBlockEncoding |
HColumnDescriptor.getDataBlockEncoding() |
DataBlockEncoding |
HColumnDescriptor.getDataBlockEncodingOnDisk()
Deprecated.
As of release 0.98
(HBASE-9870).
This will be removed in HBase 2.0.0. See
HColumnDescriptor.getDataBlockEncoding() } |
Modifier and Type | Method and Description |
---|---|
HColumnDescriptor |
HColumnDescriptor.setDataBlockEncoding(DataBlockEncoding type)
Set data block encoding algorithm used in block cache.
|
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–2016 The Apache Software Foundation. All rights reserved.