Class ApplicationMasterProtocolPBServiceImpl
java.lang.Object
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationMasterProtocolPBServiceImpl
- All Implemented Interfaces:
ApplicationMasterProtocolPB,org.apache.hadoop.yarn.proto.ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface
@Private
public class ApplicationMasterProtocolPBServiceImpl
extends Object
implements ApplicationMasterProtocolPB
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationMasterProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ApplicationMasterProtocol impl) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateResponseProtoallocate(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProtofinishApplicationMaster(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterResponseProtoregisterApplicationMaster(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
-
Constructor Details
-
ApplicationMasterProtocolPBServiceImpl
public ApplicationMasterProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ApplicationMasterProtocol impl)
-
-
Method Details
-
allocate
public org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateResponseProto allocate(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
allocatein interfaceorg.apache.hadoop.yarn.proto.ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
finishApplicationMaster
public org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto finishApplicationMaster(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
finishApplicationMasterin interfaceorg.apache.hadoop.yarn.proto.ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
registerApplicationMaster
public org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterResponseProto registerApplicationMaster(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
registerApplicationMasterin interfaceorg.apache.hadoop.yarn.proto.ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-