org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.GetClusterMetricsResponseProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServiceProtos.GetClusterMetricsResponseProto, YarnServiceProtos.GetClusterMetricsResponseProto.Builder
Enclosing class:
YarnServiceProtos

public static interface YarnServiceProtos.GetClusterMetricsResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.YarnClusterMetricsProto getClusterMetrics()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 YarnProtos.YarnClusterMetricsProtoOrBuilder getClusterMetricsOrBuilder()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 boolean hasClusterMetrics()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasClusterMetrics

boolean hasClusterMetrics()
optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;


getClusterMetrics

YarnProtos.YarnClusterMetricsProto getClusterMetrics()
optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;


getClusterMetricsOrBuilder

YarnProtos.YarnClusterMetricsProtoOrBuilder getClusterMetricsOrBuilder()
optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.