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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.