public class ResourceTrackerPBServiceImpl extends Object implements ResourceTrackerPB
Constructor and Description |
---|
ResourceTrackerPBServiceImpl(ResourceTracker impl) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
nodeHeartbeat(com.google.protobuf.RpcController controller,
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NodeHeartbeatRequestProto proto) |
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto |
registerNodeManager(com.google.protobuf.RpcController controller,
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto proto) |
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.UnRegisterNodeManagerResponseProto |
unRegisterNodeManager(com.google.protobuf.RpcController controller,
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.UnRegisterNodeManagerRequestProto proto) |
public ResourceTrackerPBServiceImpl(ResourceTracker impl)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto registerNodeManager(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterNodeManagerRequestProto proto) throws com.google.protobuf.ServiceException
registerNodeManager
in interface org.apache.hadoop.yarn.proto.ResourceTracker.ResourceTrackerService.BlockingInterface
com.google.protobuf.ServiceException
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NodeHeartbeatResponseProto nodeHeartbeat(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NodeHeartbeatRequestProto proto) throws com.google.protobuf.ServiceException
nodeHeartbeat
in interface org.apache.hadoop.yarn.proto.ResourceTracker.ResourceTrackerService.BlockingInterface
com.google.protobuf.ServiceException
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.UnRegisterNodeManagerResponseProto unRegisterNodeManager(com.google.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.UnRegisterNodeManagerRequestProto proto) throws com.google.protobuf.ServiceException
unRegisterNodeManager
in interface org.apache.hadoop.yarn.proto.ResourceTracker.ResourceTrackerService.BlockingInterface
com.google.protobuf.ServiceException
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.