org.apache.hadoop.yarn.api.impl.pb.service
Class ContainerManagementProtocolPBServiceImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.impl.pb.service.ContainerManagementProtocolPBServiceImpl
All Implemented Interfaces:
ContainerManagementProtocolPB, org.apache.hadoop.yarn.proto.ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface

@InterfaceAudience.Private
public class ContainerManagementProtocolPBServiceImpl
extends Object
implements ContainerManagementProtocolPB


Constructor Summary
ContainerManagementProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ContainerManagementProtocol impl)
           
 
Method Summary
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusesResponseProto getContainerStatuses(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusesRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainersResponseProto startContainers(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainersRequestProto proto)
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersResponseProto stopContainers(com.google.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto proto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerManagementProtocolPBServiceImpl

public ContainerManagementProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ContainerManagementProtocol impl)
Method Detail

startContainers

public org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainersResponseProto startContainers(com.google.protobuf.RpcController arg0,
                                                                                                   org.apache.hadoop.yarn.proto.YarnServiceProtos.StartContainersRequestProto proto)
                                                                                            throws com.google.protobuf.ServiceException
Specified by:
startContainers in interface org.apache.hadoop.yarn.proto.ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

stopContainers

public org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersResponseProto stopContainers(com.google.protobuf.RpcController arg0,
                                                                                                 org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto proto)
                                                                                          throws com.google.protobuf.ServiceException
Specified by:
stopContainers in interface org.apache.hadoop.yarn.proto.ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException

getContainerStatuses

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusesResponseProto getContainerStatuses(com.google.protobuf.RpcController arg0,
                                                                                                             org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerStatusesRequestProto proto)
                                                                                                      throws com.google.protobuf.ServiceException
Specified by:
getContainerStatuses in interface org.apache.hadoop.yarn.proto.ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.