org.apache.hadoop.yarn.proto
Interface ContainerManager.ContainerManagerService.Interface

All Known Implementing Classes:
ContainerManager.ContainerManagerService.Stub
Enclosing class:
ContainerManager.ContainerManagerService

public static interface ContainerManager.ContainerManagerService.Interface


Method Summary
 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)
           
 

Method Detail

startContainer

void startContainer(com.google.protobuf.RpcController controller,
                    YarnServiceProtos.StartContainerRequestProto request,
                    com.google.protobuf.RpcCallback<YarnServiceProtos.StartContainerResponseProto> done)

stopContainer

void stopContainer(com.google.protobuf.RpcController controller,
                   YarnServiceProtos.StopContainerRequestProto request,
                   com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)

getContainerStatus

void getContainerStatus(com.google.protobuf.RpcController controller,
                        YarnServiceProtos.GetContainerStatusRequestProto request,
                        com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerStatusResponseProto> done)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.