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

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

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.StopContainersRequestProto
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.mergeFrom(YarnServiceProtos.StopContainersRequestProto other)
           
static YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.newBuilder(YarnServiceProtos.StopContainersRequestProto prototype)
           
 YarnServiceProtos.StopContainersResponseProto ContainerManagementProtocol.ContainerManagementProtocolService.BlockingInterface.stopContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.StopContainersRequestProto request)
           
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.