public static interface ApplicationMasterProtocol.ApplicationMasterProtocolService.Interface
Modifier and Type | Method and Description |
---|---|
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); |
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); |
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); |
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);
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);
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 © 2013 Apache Software Foundation. All rights reserved.