org.apache.hadoop.yarn.api.impl.pb.service
Class AMRMProtocolPBServiceImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.impl.pb.service.AMRMProtocolPBServiceImpl
All Implemented Interfaces:
org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.BlockingInterface

public class AMRMProtocolPBServiceImpl
extends Object
implements org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.BlockingInterface


Constructor Summary
AMRMProtocolPBServiceImpl(org.apache.hadoop.yarn.api.AMRMProtocol impl)
           
 
Method Summary
 org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateResponseProto allocate(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto finishApplicationMaster(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterResponseProto registerApplicationMaster(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMRMProtocolPBServiceImpl

public AMRMProtocolPBServiceImpl(org.apache.hadoop.yarn.api.AMRMProtocol impl)
Method Detail

allocate

public org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateResponseProto allocate(com.google.protobuf.RpcController arg0,
                                                                                     org.apache.hadoop.yarn.proto.YarnServiceProtos.AllocateRequestProto proto)
                                                                              throws com.google.protobuf.ServiceException
Specified by:
allocate in interface org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

finishApplicationMaster

public org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterResponseProto finishApplicationMaster(com.google.protobuf.RpcController arg0,
                                                                                                                   org.apache.hadoop.yarn.proto.YarnServiceProtos.FinishApplicationMasterRequestProto proto)
                                                                                                            throws com.google.protobuf.ServiceException
Specified by:
finishApplicationMaster in interface org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

registerApplicationMaster

public org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterResponseProto registerApplicationMaster(com.google.protobuf.RpcController arg0,
                                                                                                                       org.apache.hadoop.yarn.proto.YarnServiceProtos.RegisterApplicationMasterRequestProto proto)
                                                                                                                throws com.google.protobuf.ServiceException
Specified by:
registerApplicationMaster in interface org.apache.hadoop.yarn.proto.AMRMProtocol.AMRMProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.