Class ClusterMetricsResource
java.lang.Object
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource.ClusterMetricsResource
@Private
@Path("admin/cluster_metrics")
@Produces("application/json")
public class ClusterMetricsResource
extends Object
The root object exposing a subset of
ClusterMetrics
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate ClusterMetrics
get
(EnumSet<ClusterMetrics.Option> fields)
-
Field Details
-
connection
-
-
Constructor Details
-
ClusterMetricsResource
- Throws:
IOException
-
-
Method Details
-
get
- Throws:
IOException
-
getBaseMetrics
- Throws:
IOException
-
getLiveServers
- Throws:
IOException
-
getDeadServers
- Throws:
IOException
-