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

Packages that use YarnServiceProtos.StartContainerRequestProto.Builder
org.apache.hadoop.yarn.proto   
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StartContainerRequestProto.Builder
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequestBuilder()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequestBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.clear()
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.clearContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.clearContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.clone()
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestBuilder(int index)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(YarnServiceProtos.StartContainerRequestProto other)
           
static YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.newBuilder()
           
static YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.newBuilder(YarnServiceProtos.StartContainerRequestProto prototype)
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder builderForValue)
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.setContainerToken(org.apache.hadoop.security.proto.SecurityProtos.TokenProto value)
          optional .hadoop.common.TokenProto container_token = 2;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.StartContainerRequestProto.Builder
 List<YarnServiceProtos.StartContainerRequestProto.Builder> YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestBuilderList()
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.StartContainerRequestProto.Builder
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequest(int index, YarnServiceProtos.StartContainerRequestProto.Builder builderForValue)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequest(YarnServiceProtos.StartContainerRequestProto.Builder builderForValue)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 YarnServiceProtos.StartContainersRequestProto.Builder YarnServiceProtos.StartContainersRequestProto.Builder.setStartContainerRequest(int index, YarnServiceProtos.StartContainerRequestProto.Builder builderForValue)
          repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.