Uses of Enum
org.apache.hadoop.hbase.client.CompactionState

Packages that use org.apache.hadoop.hbase.client.CompactionState
  • Uses of org.apache.hadoop.hbase.client.CompactionState in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.CompactionState
    RegionLoad.getCompactionState()
    Deprecated.
     
    org.apache.hadoop.hbase.client.CompactionState
    RegionMetrics.getCompactionState()
    Returns the compaction state of this region
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.RegionMetricsBuilder
    RegionMetricsBuilder.setCompactionState(org.apache.hadoop.hbase.client.CompactionState compactionState)
     
  • Uses of org.apache.hadoop.hbase.client.CompactionState in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.CompactionState
    Admin.getCompactionState(org.apache.hadoop.hbase.TableName tableName)
    Get the current compaction state of a table.
    org.apache.hadoop.hbase.client.CompactionState
    Admin.getCompactionState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.CompactType compactType)
    Get the current compaction state of a table.
    org.apache.hadoop.hbase.client.CompactionState
    HBaseAdmin.getCompactionState(org.apache.hadoop.hbase.TableName tableName)
     
    org.apache.hadoop.hbase.client.CompactionState
    HBaseAdmin.getCompactionState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.CompactType compactType)
    Get the current compaction state of a table.
    org.apache.hadoop.hbase.client.CompactionState
    Admin.getCompactionStateForRegion(byte[] regionName)
    Get the current compaction state of region.
    org.apache.hadoop.hbase.client.CompactionState
    HBaseAdmin.getCompactionStateForRegion(byte[] regionName)
     
    static org.apache.hadoop.hbase.client.CompactionState
    CompactionState.valueOf(String name)
     
    static org.apache.hadoop.hbase.client.CompactionState[]
    CompactionState.values()
     
    Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    default CompletableFuture<org.apache.hadoop.hbase.client.CompactionState>
    AsyncAdmin.getCompactionState(org.apache.hadoop.hbase.TableName tableName)
    Get the current compaction state of a table.
    CompletableFuture<org.apache.hadoop.hbase.client.CompactionState>
    AsyncAdmin.getCompactionState(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.CompactType compactType)
    Get the current compaction state of a table.
    CompletableFuture<org.apache.hadoop.hbase.client.CompactionState>
    AsyncAdmin.getCompactionStateForRegion(byte[] regionName)
    Get the current compaction state of region.
  • Uses of org.apache.hadoop.hbase.client.CompactionState in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.CompactionState
    HMaster.getCompactionState(org.apache.hadoop.hbase.TableName tableName)
    Get the compaction state of the table
  • Uses of org.apache.hadoop.hbase.client.CompactionState in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.CompactionState
    HRegion.getCompactionState()
     
    org.apache.hadoop.hbase.client.CompactionState
    Region.getCompactionState()
    Returns if a given region is in compaction now.
  • Uses of org.apache.hadoop.hbase.client.CompactionState in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.CompactionState
    ProtobufUtil.createCompactionState(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState state)
    Creates CompactionState from AdminProtos.GetRegionInfoResponse.CompactionState state
    static org.apache.hadoop.hbase.client.CompactionState
    ProtobufUtil.createCompactionStateForRegionLoad(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad.CompactionState state)
    Creates CompactionState from ClusterStatusProtos.RegionLoad.CompactionState state
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.CompactionState in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.GetRegionInfoResponse.CompactionState
    ProtobufUtil.createCompactionState(org.apache.hadoop.hbase.client.CompactionState state)
     
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad.CompactionState
    ProtobufUtil.createCompactionStateForRegionLoad(org.apache.hadoop.hbase.client.CompactionState state)