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

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

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

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

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

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

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

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