| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompactionState | 
Admin.getCompactionState(TableName tableName)
Get the current compaction state of a table. 
 | 
CompactionState | 
Admin.getCompactionState(TableName tableName,
                  CompactType compactType)
Get the current compaction state of a table. 
 | 
CompactionState | 
Admin.getCompactionStateForRegion(byte[] regionName)
Get the current compaction state of region. 
 | 
static CompactionState | 
CompactionState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CompactionState[] | 
CompactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default CompletableFuture<CompactionState> | 
AsyncAdmin.getCompactionState(TableName tableName)
Get the current compaction state of a table. 
 | 
CompletableFuture<CompactionState> | 
AsyncAdmin.getCompactionState(TableName tableName,
                  CompactType compactType)
Get the current compaction state of a table. 
 | 
CompletableFuture<CompactionState> | 
AsyncAdmin.getCompactionStateForRegion(byte[] regionName)
Get the current compaction state of region. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.