org.apache.hadoop.yarn.proto
Interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
- All Known Implementing Classes:
- ApplicationMasterProtocol.ApplicationMasterProtocolService.Stub
- Enclosing class:
- ApplicationMasterProtocol.ApplicationMasterProtocolService
public static interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
registerApplicationMaster
void registerApplicationMaster(com.google.protobuf.RpcController controller,
YarnServiceProtos.RegisterApplicationMasterRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.RegisterApplicationMasterResponseProto> done)
rpc registerApplicationMaster(.hadoop.yarn.RegisterApplicationMasterRequestProto) returns (.hadoop.yarn.RegisterApplicationMasterResponseProto);
finishApplicationMaster
void 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);
allocate
void allocate(com.google.protobuf.RpcController controller,
YarnServiceProtos.AllocateRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.AllocateResponseProto> done)
rpc allocate(.hadoop.yarn.AllocateRequestProto) returns (.hadoop.yarn.AllocateResponseProto);
Copyright © 2014 Apache Software Foundation. All Rights Reserved.