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

Packages that use YarnServiceProtos.StopContainersResponseProto
org.apache.hadoop.yarn.proto   
 

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

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServiceProtos.StopContainersResponseProto
static com.google.protobuf.Parser<YarnServiceProtos.StopContainersResponseProto> YarnServiceProtos.StopContainersResponseProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StopContainersResponseProto
 YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.Builder.build()
           
 YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.Builder.buildPartial()
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.getDefaultInstance()
           
 YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.StopContainersResponseProto YarnServiceProtos.StopContainersResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.StopContainersResponseProto ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface.stopContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainersRequestProto request)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.StopContainersResponseProto
 com.google.protobuf.Parser<YarnServiceProtos.StopContainersResponseProto> YarnServiceProtos.StopContainersResponseProto.getParserForType()
           
 

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

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.StopContainersResponseProto
abstract  void ContainerManagementProtocol.ContainerManagementProtocolService.stopContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainersResponseProto> done)
          rpc stopContainers(.hadoop.yarn.StopContainersRequestProto) returns (.hadoop.yarn.StopContainersResponseProto);
 void ContainerManagementProtocol.ContainerManagementProtocolService.Interface.stopContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainersResponseProto> done)
          rpc stopContainers(.hadoop.yarn.StopContainersRequestProto) returns (.hadoop.yarn.StopContainersResponseProto);
 void ContainerManagementProtocol.ContainerManagementProtocolService.Stub.stopContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.StopContainersResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.