Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.ContainerLaunchContextProto

Packages that use YarnProtos.ContainerLaunchContextProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.ContainerLaunchContextProto in org.apache.hadoop.yarn.proto
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerLaunchContextProto
 YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.Builder.build()
           
 YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.Builder.buildPartial()
           
 YarnProtos.ContainerLaunchContextProto YarnProtos.ApplicationSubmissionContextProtoOrBuilder.getAmContainerSpec()
          optional .hadoop.yarn.ContainerLaunchContextProto am_container_spec = 5;
 YarnProtos.ContainerLaunchContextProto YarnProtos.ApplicationSubmissionContextProto.getAmContainerSpec()
          optional .hadoop.yarn.ContainerLaunchContextProto am_container_spec = 5;
 YarnProtos.ContainerLaunchContextProto YarnProtos.ApplicationSubmissionContextProto.Builder.getAmContainerSpec()
          optional .hadoop.yarn.ContainerLaunchContextProto am_container_spec = 5;
 YarnProtos.ContainerLaunchContextProto YarnServiceProtos.StartContainerRequestProtoOrBuilder.getContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProto YarnServiceProtos.StartContainerRequestProto.getContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProto YarnServiceProtos.StartContainerRequestProto.Builder.getContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.getDefaultInstance()
           
 YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.getDefaultInstanceForType()
           
 YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.Builder.getDefaultInstanceForType()
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(byte[] data)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(InputStream input)
           
static YarnProtos.ContainerLaunchContextProto YarnProtos.ContainerLaunchContextProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.ContainerLaunchContextProto
 YarnProtos.ApplicationSubmissionContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.mergeAmContainerSpec(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto am_container_spec = 5;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.mergeContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProto.Builder YarnProtos.ContainerLaunchContextProto.Builder.mergeFrom(YarnProtos.ContainerLaunchContextProto other)
           
static YarnProtos.ContainerLaunchContextProto.Builder YarnProtos.ContainerLaunchContextProto.newBuilder(YarnProtos.ContainerLaunchContextProto prototype)
           
 YarnProtos.ApplicationSubmissionContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.setAmContainerSpec(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto am_container_spec = 5;
 YarnServiceProtos.StartContainerRequestProto.Builder YarnServiceProtos.StartContainerRequestProto.Builder.setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.