org.apache.hadoop.yarn.proto
Interface ResourceTracker.ResourceTrackerService.BlockingInterface

All Known Subinterfaces:
ResourceTrackerPB
All Known Implementing Classes:
ResourceTrackerPBServiceImpl
Enclosing class:
ResourceTracker.ResourceTrackerService

public static interface ResourceTracker.ResourceTrackerService.BlockingInterface


Method Summary
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto nodeHeartbeat(com.google.protobuf.RpcController controller, YarnServerCommonServiceProtos.NodeHeartbeatRequestProto request)
           
 YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto registerNodeManager(com.google.protobuf.RpcController controller, YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto request)
           
 

Method Detail

registerNodeManager

YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto registerNodeManager(com.google.protobuf.RpcController controller,
                                                                                   YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto request)
                                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

nodeHeartbeat

YarnServerCommonServiceProtos.NodeHeartbeatResponseProto nodeHeartbeat(com.google.protobuf.RpcController controller,
                                                                       YarnServerCommonServiceProtos.NodeHeartbeatRequestProto request)
                                                                       throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.