org.apache.hadoop.yarn.api.impl.pb.service
Class ContainerManagerPBServiceImpl
java.lang.Object
org.apache.hadoop.yarn.api.impl.pb.service.ContainerManagerPBServiceImpl
- All Implemented Interfaces:
- org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.BlockingInterface
public class ContainerManagerPBServiceImpl
- extends Object
- implements org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.BlockingInterface
|
Method Summary |
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusResponseProto |
getContainerStatus(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusRequestProto proto)
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerResponseProto |
startContainer(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerRequestProto proto)
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainerResponseProto |
stopContainer(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainerRequestProto proto)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerManagerPBServiceImpl
public ContainerManagerPBServiceImpl(org.apache.hadoop.yarn.api.ContainerManager impl)
getContainerStatus
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusResponseProto getContainerStatus(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusRequestProto proto)
throws com.google.protobuf.ServiceException
- Specified by:
getContainerStatus in interface org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.BlockingInterface
- Throws:
com.google.protobuf.ServiceException
startContainer
public org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerResponseProto startContainer(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainerRequestProto proto)
throws com.google.protobuf.ServiceException
- Specified by:
startContainer in interface org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.BlockingInterface
- Throws:
com.google.protobuf.ServiceException
stopContainer
public org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainerResponseProto stopContainer(com.google.protobuf.RpcController arg0,
org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainerRequestProto proto)
throws com.google.protobuf.ServiceException
- Specified by:
stopContainer in interface org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.BlockingInterface
- Throws:
com.google.protobuf.ServiceException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.