|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeepDeletedCells | |
---|---|
org.apache.hadoop.hbase |
Uses of KeepDeletedCells in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase declared as KeepDeletedCells | |
---|---|
static KeepDeletedCells |
HColumnDescriptor.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately. |
Methods in org.apache.hadoop.hbase that return KeepDeletedCells | |
---|---|
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. |
Methods in org.apache.hadoop.hbase with parameters of type KeepDeletedCells | |
---|---|
HColumnDescriptor |
HColumnDescriptor.setKeepDeletedCells(KeepDeletedCells keepDeletedCells)
|
Constructors in org.apache.hadoop.hbase with parameters of type KeepDeletedCells | |
---|---|
HColumnDescriptor(byte[] familyName,
int minVersions,
int maxVersions,
KeepDeletedCells keepDeletedCells,
String compression,
boolean encodeOnDisk,
String dataBlockEncoding,
boolean inMemory,
boolean blockCacheEnabled,
int blocksize,
int timeToLive,
String bloomFilter,
int scope)
Deprecated. use HColumnDescriptor.HColumnDescriptor(String) and setters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |