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

Packages that use YarnServiceProtos.GetNewApplicationRequestProto
org.apache.hadoop.yarn.proto   
 

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetNewApplicationRequestProto
 YarnServiceProtos.GetNewApplicationResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request)
           
abstract  void ApplicationClientProtocol.ApplicationClientProtocolService.getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
          rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Interface.getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
          rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Stub.getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
           
 YarnServiceProtos.GetNewApplicationRequestProto.Builder YarnServiceProtos.GetNewApplicationRequestProto.Builder.mergeFrom(YarnServiceProtos.GetNewApplicationRequestProto other)
           
static YarnServiceProtos.GetNewApplicationRequestProto.Builder YarnServiceProtos.GetNewApplicationRequestProto.newBuilder(YarnServiceProtos.GetNewApplicationRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.