org.apache.hadoop.yarn.server.api.impl.pb.service
Class ResourceTrackerPBServiceImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.impl.pb.service.ResourceTrackerPBServiceImpl
- All Implemented Interfaces:
- ResourceTracker.ResourceTrackerService.BlockingInterface, ResourceTrackerPB
public class ResourceTrackerPBServiceImpl
- extends Object
- implements ResourceTrackerPB
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceTrackerPBServiceImpl
public ResourceTrackerPBServiceImpl(ResourceTracker impl)
registerNodeManager
public YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto registerNodeManager(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto proto)
throws com.google.protobuf.ServiceException
- Specified by:
registerNodeManager in interface ResourceTracker.ResourceTrackerService.BlockingInterface
- Throws:
com.google.protobuf.ServiceException
nodeHeartbeat
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto nodeHeartbeat(com.google.protobuf.RpcController controller,
YarnServerCommonServiceProtos.NodeHeartbeatRequestProto proto)
throws com.google.protobuf.ServiceException
- Specified by:
nodeHeartbeat in interface ResourceTracker.ResourceTrackerService.BlockingInterface
- Throws:
com.google.protobuf.ServiceException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.