Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource | |
org.apache.hadoop.hbase.thrift2.client |
Modifier and Type | Method and Description |
---|---|
static ClusterMetrics.Option |
ClusterMetricsBuilder.toOption(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option option)
Convert ClusterStatusProtos.Option to ClusterMetrics.Option
|
static ClusterMetrics.Option |
ClusterMetrics.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMetrics.Option[] |
ClusterMetrics.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<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
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option |
ClusterMetricsBuilder.toOption(ClusterMetrics.Option option)
Convert ClusterMetrics.Option to ClusterStatusProtos.Option
|
Modifier and Type | Method and Description |
---|---|
static List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.Option> |
ClusterMetricsBuilder.toOptions(EnumSet<ClusterMetrics.Option> options)
Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option
|
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
Admin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)
Get cluster status with a set of
ClusterMetrics.Option to get desired status. |
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)
Returns cluster status wrapped by
CompletableFuture |
CompletableFuture<ClusterMetrics> |
RawAsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
CompletableFuture<ClusterMetrics> |
AsyncHBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
ClusterMetrics |
HBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
HMaster.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
ClusterMetrics |
HMaster.getClusterMetricsWithoutCoprocessor(EnumSet<ClusterMetrics.Option> options) |
Modifier and Type | Method and Description |
---|---|
private ClusterMetrics |
ClusterMetricsResource.get(EnumSet<ClusterMetrics.Option> fields) |
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
ThriftAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.