| Package | Description |
|---|---|
| org.apache.hadoop.hbase |
| Modifier and Type | Field and Description |
|---|---|
static KeepDeletedCells |
HColumnDescriptor.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately.
|
| Modifier and Type | Method and Description |
|---|---|
KeepDeletedCells |
HColumnDescriptor.getKeepDeletedCells() |
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 keepDeletedCells) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.