| 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 TKeepDeletedCells |
ThriftUtilities.keepDeletedCellsFromHBase(KeepDeletedCells in) |
| Modifier and Type | Method and Description |
|---|---|
static KeepDeletedCells |
ThriftUtilities.keepDeletedCellsFromThrift(TKeepDeletedCells in) |
| Modifier and Type | Field and Description |
|---|---|
TKeepDeletedCells |
TColumnFamilyDescriptor.keepDeletedCells |
| Modifier and Type | Method and Description |
|---|---|
static TKeepDeletedCells |
TKeepDeletedCells.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TKeepDeletedCells |
TColumnFamilyDescriptor.getKeepDeletedCells() |
static TKeepDeletedCells |
TKeepDeletedCells.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TKeepDeletedCells[] |
TKeepDeletedCells.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.setKeepDeletedCells(TKeepDeletedCells keepDeletedCells) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.