Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
static MobCompactPartitionPolicy |
HColumnDescriptor.DEFAULT_MOB_COMPACT_PARTITION_POLICY |
Modifier and Type | Method and Description |
---|---|
MobCompactPartitionPolicy |
HColumnDescriptor.getMobCompactPartitionPolicy()
Get the mob compact partition policy for this family
|
Modifier and Type | Method and Description |
---|---|
HColumnDescriptor |
HColumnDescriptor.setMobCompactPartitionPolicy(MobCompactPartitionPolicy policy)
Set the mob compact partition policy for the family.
|
Modifier and Type | Method and Description |
---|---|
static MobCompactPartitionPolicy |
MobCompactPartitionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobCompactPartitionPolicy[] |
MobCompactPartitionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.