Uses of Enum
org.apache.hadoop.hbase.ClusterMetrics.Option

Packages that use org.apache.hadoop.hbase.ClusterMetrics.Option
  • Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ClusterMetrics.Option
    ClusterMetricsBuilder.toOption(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option)
    Convert ClusterStatusProtos.Option to ClusterMetrics.Option
    static org.apache.hadoop.hbase.ClusterMetrics.Option
    ClusterMetrics.Option.valueOf(String name)
     
    static org.apache.hadoop.hbase.ClusterMetrics.Option[]
    ClusterMetrics.Option.values()
     
    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    static EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option>
    ClusterMetricsBuilder.toOptions(List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option> options)
    Convert a list of ClusterStatusProtos.Option to an enum set of ClusterMetrics.Option
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option
    ClusterMetricsBuilder.toOption(org.apache.hadoop.hbase.ClusterMetrics.Option option)
    Convert ClusterMetrics.Option to ClusterStatusProtos.Option
    Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    static List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option>
    ClusterMetricsBuilder.toOptions(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
    Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option
  • Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.client

    Method parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ClusterMetrics
    Admin.getClusterMetrics(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
    Get cluster status with a set of ClusterMetrics.Option to get desired status.
    CompletableFuture<org.apache.hadoop.hbase.ClusterMetrics>
    AsyncAdmin.getClusterMetrics(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
    Returns cluster status wrapped by CompletableFuture
    org.apache.hadoop.hbase.ClusterMetrics
    HBaseAdmin.getClusterMetrics(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
     
  • Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.master

    Method parameters in org.apache.hadoop.hbase.master with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ClusterMetrics
    HMaster.getClusterMetrics(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
     
    org.apache.hadoop.hbase.ClusterMetrics
    HMaster.getClusterMetricsWithoutCoprocessor(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
     
  • Uses of org.apache.hadoop.hbase.ClusterMetrics.Option in org.apache.hadoop.hbase.shaded.protobuf

    Method parameters in org.apache.hadoop.hbase.shaded.protobuf with type arguments of type org.apache.hadoop.hbase.ClusterMetrics.Option in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetClusterStatusRequest
    RequestConverter.buildGetClusterStatusRequest(EnumSet<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
    Creates a protocol buffer GetClusterStatusRequest