Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.YarnClusterMetricsProto

Packages that use YarnProtos.YarnClusterMetricsProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.YarnClusterMetricsProto in org.apache.hadoop.yarn.proto
 

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnProtos.YarnClusterMetricsProto
static com.google.protobuf.Parser<YarnProtos.YarnClusterMetricsProto> YarnProtos.YarnClusterMetricsProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.YarnClusterMetricsProto
 YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.Builder.build()
           
 YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.Builder.buildPartial()
           
 YarnProtos.YarnClusterMetricsProto YarnServiceProtos.GetClusterMetricsResponseProtoOrBuilder.getClusterMetrics()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 YarnProtos.YarnClusterMetricsProto YarnServiceProtos.GetClusterMetricsResponseProto.getClusterMetrics()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 YarnProtos.YarnClusterMetricsProto YarnServiceProtos.GetClusterMetricsResponseProto.Builder.getClusterMetrics()
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.getDefaultInstance()
           
 YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.getDefaultInstanceForType()
           
 YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.Builder.getDefaultInstanceForType()
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(byte[] data)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(InputStream input)
           
static YarnProtos.YarnClusterMetricsProto YarnProtos.YarnClusterMetricsProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.YarnClusterMetricsProto
 com.google.protobuf.Parser<YarnProtos.YarnClusterMetricsProto> YarnProtos.YarnClusterMetricsProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.YarnClusterMetricsProto
 YarnServiceProtos.GetClusterMetricsResponseProto.Builder YarnServiceProtos.GetClusterMetricsResponseProto.Builder.mergeClusterMetrics(YarnProtos.YarnClusterMetricsProto value)
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 YarnProtos.YarnClusterMetricsProto.Builder YarnProtos.YarnClusterMetricsProto.Builder.mergeFrom(YarnProtos.YarnClusterMetricsProto other)
           
static YarnProtos.YarnClusterMetricsProto.Builder YarnProtos.YarnClusterMetricsProto.newBuilder(YarnProtos.YarnClusterMetricsProto prototype)
           
 YarnServiceProtos.GetClusterMetricsResponseProto.Builder YarnServiceProtos.GetClusterMetricsResponseProto.Builder.setClusterMetrics(YarnProtos.YarnClusterMetricsProto value)
          optional .hadoop.yarn.YarnClusterMetricsProto cluster_metrics = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.