Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
MemoryCompactionPolicy |
HColumnDescriptor.getInMemoryCompaction()
Deprecated.
|
static MemoryCompactionPolicy |
MemoryCompactionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryCompactionPolicy[] |
MemoryCompactionPolicy.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.setInMemoryCompaction(MemoryCompactionPolicy value)
Deprecated.
Set the in memory compaction policy.
|
Modifier and Type | Method and Description |
---|---|
MemoryCompactionPolicy |
ColumnFamilyDescriptor.getInMemoryCompaction()
Returns in-memory compaction policy if set for the cf.
|
Modifier and Type | Method and Description |
---|---|
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setInMemoryCompaction(MemoryCompactionPolicy value) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.