org.apache.hadoop.yarn.proto
Class ContainerManager.ContainerManagerService.Stub

java.lang.Object
  extended by org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService
ContainerManager.ContainerManagerService.BlockingInterface, ContainerManager.ContainerManagerService.Interface, ContainerManager.ContainerManagerService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getContainerStatus(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerStatusRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusResponseProto> done)
           
 void startContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StartContainerRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StartContainerResponseProto> done)
           
 void stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)
           
 
Methods inherited from class org.apache.hadoop.yarn.proto.ContainerManager.ContainerManagerService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.