org.apache.hadoop.yarn.proto
Interface ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface

Enclosing class:
ApplicationMasterProtocol.ApplicationMasterProtocolService

public static interface ApplicationMasterProtocol.ApplicationMasterProtocolService.BlockingInterface


Method Summary
 YarnServiceProtos.AllocateResponseProto allocate(com.google.protobuf.RpcController controller, YarnServiceProtos.AllocateRequestProto request)
           
 YarnServiceProtos.FinishApplicationMasterResponseProto finishApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.FinishApplicationMasterRequestProto request)
           
 YarnServiceProtos.RegisterApplicationMasterResponseProto registerApplicationMaster(com.google.protobuf.RpcController controller, YarnServiceProtos.RegisterApplicationMasterRequestProto request)
           
 

Method Detail

registerApplicationMaster

YarnServiceProtos.RegisterApplicationMasterResponseProto registerApplicationMaster(com.google.protobuf.RpcController controller,
                                                                                   YarnServiceProtos.RegisterApplicationMasterRequestProto request)
                                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

finishApplicationMaster

YarnServiceProtos.FinishApplicationMasterResponseProto finishApplicationMaster(com.google.protobuf.RpcController controller,
                                                                               YarnServiceProtos.FinishApplicationMasterRequestProto request)
                                                                               throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

allocate

YarnServiceProtos.AllocateResponseProto allocate(com.google.protobuf.RpcController controller,
                                                 YarnServiceProtos.AllocateRequestProto request)
                                                 throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.