Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainerResponseProto

Packages that use YarnServiceProtos.StopContainerResponseProto
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.StopContainerResponseProto in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return YarnServiceProtos.StopContainerResponseProto
 YarnServiceProtos.StopContainerResponseProto StopContainerResponsePBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type YarnServiceProtos.StopContainerResponseProto
StopContainerResponsePBImpl(YarnServiceProtos.StopContainerResponseProto proto)
           
 

Uses of YarnServiceProtos.StopContainerResponseProto in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StopContainerResponseProto
 YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.Builder.build()
           
 YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.Builder.buildPartial()
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.getDefaultInstance()
           
 YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.StopContainerResponseProto YarnServiceProtos.StopContainerResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.StopContainerResponseProto ContainerManager.ContainerManagerService.BlockingInterface.stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request)
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.StopContainerResponseProto
 YarnServiceProtos.StopContainerResponseProto.Builder YarnServiceProtos.StopContainerResponseProto.Builder.mergeFrom(YarnServiceProtos.StopContainerResponseProto other)
           
static YarnServiceProtos.StopContainerResponseProto.Builder YarnServiceProtos.StopContainerResponseProto.newBuilder(YarnServiceProtos.StopContainerResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.StopContainerResponseProto
abstract  void ContainerManager.ContainerManagerService.stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)
           
 void ContainerManager.ContainerManagerService.Interface.stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)
           
 void ContainerManager.ContainerManagerService.Stub.stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainerResponseProto> done)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.