Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.SubmitApplicationRequestProto

Packages that use YarnServiceProtos.SubmitApplicationRequestProto
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.SubmitApplicationRequestProto in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return YarnServiceProtos.SubmitApplicationRequestProto
 YarnServiceProtos.SubmitApplicationRequestProto SubmitApplicationRequestPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type YarnServiceProtos.SubmitApplicationRequestProto
SubmitApplicationRequestPBImpl(YarnServiceProtos.SubmitApplicationRequestProto proto)
           
 

Uses of YarnServiceProtos.SubmitApplicationRequestProto in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.SubmitApplicationRequestProto
 YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.Builder.build()
           
 YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.Builder.buildPartial()
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.getDefaultInstance()
           
 YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.getDefaultInstanceForType()
           
 YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(byte[] data)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(InputStream input)
           
static YarnServiceProtos.SubmitApplicationRequestProto YarnServiceProtos.SubmitApplicationRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.SubmitApplicationRequestProto
 YarnServiceProtos.SubmitApplicationRequestProto.Builder YarnServiceProtos.SubmitApplicationRequestProto.Builder.mergeFrom(YarnServiceProtos.SubmitApplicationRequestProto other)
           
static YarnServiceProtos.SubmitApplicationRequestProto.Builder YarnServiceProtos.SubmitApplicationRequestProto.newBuilder(YarnServiceProtos.SubmitApplicationRequestProto prototype)
           
 YarnServiceProtos.SubmitApplicationResponseProto ClientRMProtocol.ClientRMProtocolService.BlockingInterface.submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request)
           
abstract  void ClientRMProtocol.ClientRMProtocolService.submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
           
 void ClientRMProtocol.ClientRMProtocolService.Interface.submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
           
 void ClientRMProtocol.ClientRMProtocolService.Stub.submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.