Uses of Class
org.apache.hadoop.yarn.api.records.YarnClusterMetrics
Packages that use YarnClusterMetrics
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 YarnClusterMetricsModifier and TypeMethodDescriptionabstract YarnClusterMetricsGetClusterMetricsResponse.getClusterMetrics()Get theYarnClusterMetricsfor the cluster.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type YarnClusterMetricsModifier and TypeMethodDescriptionstatic GetClusterMetricsResponseGetClusterMetricsResponse.newInstance(YarnClusterMetrics metrics) abstract voidGetClusterMetricsResponse.setClusterMetrics(YarnClusterMetrics metrics) -
Uses of YarnClusterMetrics in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return YarnClusterMetricsModifier and TypeMethodDescriptionstatic YarnClusterMetricsYarnClusterMetrics.newInstance(int numNodeManagers) -
Uses of YarnClusterMetrics in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return YarnClusterMetricsModifier and TypeMethodDescriptionabstract YarnClusterMetricsYarnClient.getYarnClusterMetrics()Get metrics (YarnClusterMetrics) about the cluster.