org.apache.hadoop.yarn.proto
Class ContainerManager.ContainerManagerService.Stub
java.lang.Object
org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService
org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService.Stub
- All Implemented Interfaces:
- com.google.protobuf.Service, ContainerManager.ContainerManagerService.Interface
- Enclosing class:
- ContainerManager.ContainerManagerService
public static final class ContainerManager.ContainerManagerService.Stub
- extends ContainerManager.ContainerManagerService
- implements ContainerManager.ContainerManagerService.Interface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getChannel
public com.google.protobuf.RpcChannel getChannel()
startContainer
public void startContainer(com.google.protobuf.RpcController controller,
YarnServiceProtos.StartContainerRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.StartContainerResponseProto> done)
- Specified by:
startContainer in interface ContainerManager.ContainerManagerService.Interface- Specified by:
startContainer in class ContainerManager.ContainerManagerService
stopContainer
public void stopContainer(com.google.protobuf.RpcController controller,
YarnServiceProtos.StopContainerRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)
- Specified by:
stopContainer in interface ContainerManager.ContainerManagerService.Interface- Specified by:
stopContainer in class ContainerManager.ContainerManagerService
getContainerStatus
public void getContainerStatus(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetContainerStatusRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusResponseProto> done)
- Specified by:
getContainerStatus in interface ContainerManager.ContainerManagerService.Interface- Specified by:
getContainerStatus in class ContainerManager.ContainerManagerService
Copyright © 2012 Apache Software Foundation. All Rights Reserved.