| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static KeepDeletedCells | 
HColumnDescriptor.DEFAULT_KEEP_DELETED
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
KeepDeletedCells | 
HColumnDescriptor.getKeepDeletedCells()
Deprecated.  
  | 
static KeepDeletedCells | 
KeepDeletedCells.getValue(String val)  | 
static KeepDeletedCells | 
KeepDeletedCells.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KeepDeletedCells[] | 
KeepDeletedCells.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HColumnDescriptor | 
HColumnDescriptor.setKeepDeletedCells(KeepDeletedCells value)
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
static KeepDeletedCells | 
ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeepDeletedCells | 
ColumnFamilyDescriptor.getKeepDeletedCells()  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnFamilyDescriptorBuilder | 
ColumnFamilyDescriptorBuilder.setKeepDeletedCells(KeepDeletedCells value)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.