Uses of Class
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NMContainerStatusProto

Packages that use YarnServerCommonServiceProtos.NMContainerStatusProto
org.apache.hadoop.yarn.proto   
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb   
 

Uses of YarnServerCommonServiceProtos.NMContainerStatusProto in org.apache.hadoop.yarn.proto
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonServiceProtos.NMContainerStatusProto
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.Builder.build()
           
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.Builder.buildPartial()
           
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.RegisterNodeManagerRequestProtoOrBuilder.getContainerStatuses(int index)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.getContainerStatuses(int index)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.getContainerStatuses(int index)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.getDefaultInstance()
           
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.getDefaultInstanceForType()
           
 YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.Builder.getDefaultInstanceForType()
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseDelimitedFrom(InputStream input)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(byte[] data)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(InputStream input)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto YarnServerCommonServiceProtos.NMContainerStatusProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServerCommonServiceProtos.NMContainerStatusProto
 List<YarnServerCommonServiceProtos.NMContainerStatusProto> YarnServerCommonServiceProtos.RegisterNodeManagerRequestProtoOrBuilder.getContainerStatusesList()
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 List<YarnServerCommonServiceProtos.NMContainerStatusProto> YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.getContainerStatusesList()
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 List<YarnServerCommonServiceProtos.NMContainerStatusProto> YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.getContainerStatusesList()
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 com.google.protobuf.Parser<YarnServerCommonServiceProtos.NMContainerStatusProto> YarnServerCommonServiceProtos.NMContainerStatusProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonServiceProtos.NMContainerStatusProto
 YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.addContainerStatuses(int index, YarnServerCommonServiceProtos.NMContainerStatusProto value)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.addContainerStatuses(YarnServerCommonServiceProtos.NMContainerStatusProto value)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 YarnServerCommonServiceProtos.NMContainerStatusProto.Builder YarnServerCommonServiceProtos.NMContainerStatusProto.Builder.mergeFrom(YarnServerCommonServiceProtos.NMContainerStatusProto other)
           
static YarnServerCommonServiceProtos.NMContainerStatusProto.Builder YarnServerCommonServiceProtos.NMContainerStatusProto.newBuilder(YarnServerCommonServiceProtos.NMContainerStatusProto prototype)
           
 YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.setContainerStatuses(int index, YarnServerCommonServiceProtos.NMContainerStatusProto value)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServerCommonServiceProtos.NMContainerStatusProto
 YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto.Builder.addAllContainerStatuses(Iterable<? extends YarnServerCommonServiceProtos.NMContainerStatusProto> values)
          repeated .hadoop.yarn.NMContainerStatusProto container_statuses = 6;
 

Uses of YarnServerCommonServiceProtos.NMContainerStatusProto in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return YarnServerCommonServiceProtos.NMContainerStatusProto
 YarnServerCommonServiceProtos.NMContainerStatusProto NMContainerStatusPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type YarnServerCommonServiceProtos.NMContainerStatusProto
NMContainerStatusPBImpl(YarnServerCommonServiceProtos.NMContainerStatusProto proto)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.