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

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

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetNewApplicationResponseProto
 YarnServiceProtos.GetNewApplicationResponseProto.Builder YarnServiceProtos.GetNewApplicationResponseProto.Builder.mergeFrom(YarnServiceProtos.GetNewApplicationResponseProto other)
           
static YarnServiceProtos.GetNewApplicationResponseProto.Builder YarnServiceProtos.GetNewApplicationResponseProto.newBuilder(YarnServiceProtos.GetNewApplicationResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.GetNewApplicationResponseProto
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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.