|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YarnClusterMetrics | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.client.api | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of YarnClusterMetrics in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return YarnClusterMetrics | |
|---|---|
abstract YarnClusterMetrics |
GetClusterMetricsResponse.getClusterMetrics()
Get the YarnClusterMetrics for the cluster. |
| Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type YarnClusterMetrics | |
|---|---|
static GetClusterMetricsResponse |
GetClusterMetricsResponse.newInstance(YarnClusterMetrics metrics)
|
abstract void |
GetClusterMetricsResponse.setClusterMetrics(YarnClusterMetrics metrics)
|
| Uses of YarnClusterMetrics in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return YarnClusterMetrics | |
|---|---|
static YarnClusterMetrics |
YarnClusterMetrics.newInstance(int numNodeManagers)
|
| Uses of YarnClusterMetrics in org.apache.hadoop.yarn.client.api |
|---|
| Methods in org.apache.hadoop.yarn.client.api that return YarnClusterMetrics | |
|---|---|
abstract YarnClusterMetrics |
YarnClient.getYarnClusterMetrics()
Get metrics ( YarnClusterMetrics) about the cluster. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||