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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.FinishApplicationMasterResponseProto
 YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.Builder.build()
           
 YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.Builder.buildPartial()
           
 YarnServiceProtos.FinishApplicationMasterResponseProto ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface.finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.getDefaultInstance()
           
 YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.FinishApplicationMasterResponseProto YarnServiceProtos.FinishApplicationMasterResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

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

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.FinishApplicationMasterResponseProto
abstract  void ApplicationMasterProtocol.ApplicationMasterProtocolService.finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
          rpc finishApplicationMaster(.hadoop.yarn.FinishApplicationMasterRequestProto) returns (.hadoop.yarn.FinishApplicationMasterResponseProto);
 void ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface.finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
          rpc finishApplicationMaster(.hadoop.yarn.FinishApplicationMasterRequestProto) returns (.hadoop.yarn.FinishApplicationMasterResponseProto);
 void ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub.finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.FinishApplicationMasterResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.