程序包 | 说明 |
---|---|
org.apache.hadoop.hbase |
限定符和类型 | 字段和说明 |
---|---|
static KeepDeletedCells |
HColumnDescriptor.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately.
|
限定符和类型 | 方法和说明 |
---|---|
KeepDeletedCells |
HColumnDescriptor.getKeepDeletedCells() |
static KeepDeletedCells |
KeepDeletedCells.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static KeepDeletedCells[] |
KeepDeletedCells.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
HColumnDescriptor |
HColumnDescriptor.setKeepDeletedCells(KeepDeletedCells 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)
已过时。
As of release 0.96
(HBASE-).
This will be removed in HBase 2.0.0.
Use
HColumnDescriptor.HColumnDescriptor(String) and setters. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.