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

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

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

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

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

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

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

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

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.