org.apache.hadoop.yarn.server.api.impl.pb.client
Class ResourceTrackerPBClientImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.impl.pb.client.ResourceTrackerPBClientImpl
- All Implemented Interfaces:
- ResourceTracker
public class ResourceTrackerPBClientImpl
- extends Object
- implements ResourceTracker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceTrackerPBClientImpl
public ResourceTrackerPBClientImpl(long clientVersion,
InetSocketAddress addr,
org.apache.hadoop.conf.Configuration conf)
throws IOException
- Throws:
IOException
registerNodeManager
public RegisterNodeManagerResponse registerNodeManager(RegisterNodeManagerRequest request)
throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
- Specified by:
registerNodeManager in interface ResourceTracker
- Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException
nodeHeartbeat
public NodeHeartbeatResponse nodeHeartbeat(NodeHeartbeatRequest request)
throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
- Specified by:
nodeHeartbeat in interface ResourceTracker
- Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.