| 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 |
|---|---|
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 |
HBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
ClusterMetrics |
Admin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)
Get cluster status with a set of
ClusterMetrics.Option to get desired status. |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.GetClusterStatusRequest |
RequestConverter.buildGetClusterStatusRequest(EnumSet<ClusterMetrics.Option> options)
Creates a protocol buffer GetClusterStatusRequest
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.