Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract YarnClusterMetrics |
GetClusterMetricsResponse.getClusterMetrics()
Get the
YarnClusterMetrics for the cluster. |
Modifier and Type | Method and Description |
---|---|
static GetClusterMetricsResponse |
GetClusterMetricsResponse.newInstance(YarnClusterMetrics metrics) |
abstract void |
GetClusterMetricsResponse.setClusterMetrics(YarnClusterMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
static YarnClusterMetrics |
YarnClusterMetrics.newInstance(int numNodeManagers) |
Modifier and Type | Method and Description |
---|---|
abstract YarnClusterMetrics |
YarnClient.getYarnClusterMetrics()
Get metrics (
YarnClusterMetrics ) about the cluster. |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.