public static interface YarnProtos.YarnClusterMetricsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNumActiveNms()
optional int32 num_active_nms = 3; |
int |
getNumDecommissionedNms()
optional int32 num_decommissioned_nms = 2; |
int |
getNumLostNms()
optional int32 num_lost_nms = 4; |
int |
getNumNodeManagers()
optional int32 num_node_managers = 1; |
int |
getNumRebootedNms()
optional int32 num_rebooted_nms = 6; |
int |
getNumUnhealthyNms()
optional int32 num_unhealthy_nms = 5; |
boolean |
hasNumActiveNms()
optional int32 num_active_nms = 3; |
boolean |
hasNumDecommissionedNms()
optional int32 num_decommissioned_nms = 2; |
boolean |
hasNumLostNms()
optional int32 num_lost_nms = 4; |
boolean |
hasNumNodeManagers()
optional int32 num_node_managers = 1; |
boolean |
hasNumRebootedNms()
optional int32 num_rebooted_nms = 6; |
boolean |
hasNumUnhealthyNms()
optional int32 num_unhealthy_nms = 5; |
boolean hasNumNodeManagers()
optional int32 num_node_managers = 1;int getNumNodeManagers()
optional int32 num_node_managers = 1;boolean hasNumDecommissionedNms()
optional int32 num_decommissioned_nms = 2;int getNumDecommissionedNms()
optional int32 num_decommissioned_nms = 2;boolean hasNumActiveNms()
optional int32 num_active_nms = 3;int getNumActiveNms()
optional int32 num_active_nms = 3;boolean hasNumLostNms()
optional int32 num_lost_nms = 4;int getNumLostNms()
optional int32 num_lost_nms = 4;boolean hasNumUnhealthyNms()
optional int32 num_unhealthy_nms = 5;int getNumUnhealthyNms()
optional int32 num_unhealthy_nms = 5;boolean hasNumRebootedNms()
optional int32 num_rebooted_nms = 6;int getNumRebootedNms()
optional int32 num_rebooted_nms = 6;Copyright © 2016 Apache Software Foundation. All Rights Reserved.