Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Method and Description |
---|---|
CompactionRequest.CompactionState |
HBaseAdmin.getCompactionState(byte[] tableNameOrRegionName)
Get the current compaction state of a table or region.
|
CompactionRequest.CompactionState |
HBaseAdmin.getCompactionState(String tableNameOrRegionName)
Get the current compaction state of a table or region.
|
Modifier and Type | Method and Description |
---|---|
static CompactionRequest.CompactionState |
CompactionRequest.getCompactionState(long regionId)
Find out if a given region in compaction now.
|
static CompactionRequest.CompactionState |
CompactionRequest.CompactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactionRequest.CompactionState[] |
CompactionRequest.CompactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.