| Package | Description |
|---|---|
| org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
| org.apache.hadoop.hbase.thrift2.generated |
| Modifier and Type | Method and Description |
|---|---|
static TDataBlockEncoding |
ThriftUtilities.dataBlockEncodingFromHBase(DataBlockEncoding in) |
| Modifier and Type | Method and Description |
|---|---|
static DataBlockEncoding |
ThriftUtilities.dataBlockEncodingFromThrift(TDataBlockEncoding in) |
| Modifier and Type | Field and Description |
|---|---|
TDataBlockEncoding |
TColumnFamilyDescriptor.dataBlockEncoding |
| Modifier and Type | Method and Description |
|---|---|
static TDataBlockEncoding |
TDataBlockEncoding.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TDataBlockEncoding |
TColumnFamilyDescriptor.getDataBlockEncoding() |
static TDataBlockEncoding |
TDataBlockEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDataBlockEncoding[] |
TDataBlockEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TColumnFamilyDescriptor |
TColumnFamilyDescriptor.setDataBlockEncoding(TDataBlockEncoding dataBlockEncoding) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.