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. |
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 |
Admin.getClusterMetrics(EnumSet<org.apache.hadoop.hbase.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<org.apache.hadoop.hbase.ClusterMetrics.Option> options)
Returns cluster status wrapped by
CompletableFuture |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.