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) |
Constructor and Description |
---|
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.
As of release 0.96
(HBASE-).
This will be removed in HBase 2.0.0.
Use
HColumnDescriptor.HColumnDescriptor(String) and setters. |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.