| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterStatus
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0 Use
ClusterMetrics
instead. |
| Modifier and Type | Method and Description |
|---|---|
ClusterMetrics |
ClusterMetricsBuilder.build() |
static ClusterMetrics |
ClusterMetricsBuilder.toClusterMetrics(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus proto) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ClusterStatus |
ClusterMetricsBuilder.toClusterStatus(ClusterMetrics metrics) |
| Constructor and Description |
|---|
ClusterStatus(ClusterMetrics metrics)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default ClusterMetrics |
Admin.getClusterMetrics()
Get whole cluster metrics, containing status about:
|
ClusterMetrics |
HBaseAdmin.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 |
|---|---|
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics()
Returns cluster status wrapped by
CompletableFuture |
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)
Returns cluster status wrapped by
CompletableFuture |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.