| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryCompactionPolicy |
ColumnFamilyDescriptor.getInMemoryCompaction() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setInMemoryCompaction(MemoryCompactionPolicy value) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.