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

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

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

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.StopContainerRequestProto
 YarnServiceProtos.StopContainerRequestProto.Builder YarnServiceProtos.StopContainerRequestProto.Builder.mergeFrom(YarnServiceProtos.StopContainerRequestProto other)
           
static YarnServiceProtos.StopContainerRequestProto.Builder YarnServiceProtos.StopContainerRequestProto.newBuilder(YarnServiceProtos.StopContainerRequestProto prototype)
           
 YarnServiceProtos.StopContainerResponseProto ContainerManager.ContainerManagerService.BlockingInterface.stopContainer(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainerRequestProto request)
           
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.