| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.shaded.protobuf | 
| Modifier and Type | Method and Description | 
|---|---|
| CompactionState | RegionLoad. getCompactionState()Deprecated.  | 
| CompactionState | RegionMetrics. getCompactionState()Returns the compaction state of this region | 
| Modifier and Type | Method and Description | 
|---|---|
| RegionMetricsBuilder | RegionMetricsBuilder. setCompactionState(CompactionState compactionState) | 
| Modifier and Type | Method and Description | 
|---|---|
| CompactionState | HBaseAdmin. getCompactionState(TableName tableName) | 
| CompactionState | Admin. getCompactionState(TableName tableName)Get the current compaction state of a table. | 
| CompactionState | HBaseAdmin. getCompactionState(TableName tableName,
                  CompactType compactType)Get the current compaction state of a table. | 
| CompactionState | Admin. getCompactionState(TableName tableName,
                  CompactType compactType)Get the current compaction state of a table. | 
| CompactionState | HBaseAdmin. getCompactionStateForRegion(byte[] regionName) | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CompactionState | ProtobufUtil. createCompactionState(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState state)Creates  CompactionStatefromGetRegionInfoResponse.CompactionStatestate | 
| static CompactionState | ProtobufUtil. createCompactionStateForRegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad.CompactionState state)Creates  CompactionStatefromRegionLoad.CompactionStatestate | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState | ProtobufUtil. createCompactionState(CompactionState state) | 
| static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad.CompactionState | ProtobufUtil. createCompactionStateForRegionLoad(CompactionState state) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.