Uses of Class
org.apache.hadoop.yarn.api.records.ContainerLaunchContext
Packages that use ContainerLaunchContext
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerLaunchContextModifier and TypeMethodDescriptionabstract ContainerLaunchContextReInitializeContainerRequest.getContainerLaunchContext()Get theContainerLaunchContextto re-initialize the container with.abstract ContainerLaunchContextStartContainerRequest.getContainerLaunchContext()Get theContainerLaunchContextfor the container to be started by theNodeManager.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerLaunchContextModifier and TypeMethodDescriptionstatic ReInitializeContainerRequestReInitializeContainerRequest.newInstance(ContainerId containerId, ContainerLaunchContext containerLaunchContext, boolean autoCommit) Creates a new instance of the ReInitializationContainerRequest.static StartContainerRequestStartContainerRequest.newInstance(ContainerLaunchContext context, Token container) abstract voidReInitializeContainerRequest.setContainerLaunchContext(ContainerLaunchContext containerLaunchContext) Set theContainerLaunchContextto re-initialize the container with.abstract voidStartContainerRequest.setContainerLaunchContext(ContainerLaunchContext context) Set theContainerLaunchContextfor the container to be started by theNodeManager -
Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ContainerLaunchContextModifier and TypeMethodDescriptionabstract ContainerLaunchContextApplicationSubmissionContext.getAMContainerSpec()Get theContainerLaunchContextto describe theContainerwith which theApplicationMasteris launched.static ContainerLaunchContextContainerLaunchContext.newInstance(Map<String, LocalResource> localResources, Map<String, String> environment, List<String> commands, Map<String, ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType, String> acls) static ContainerLaunchContextContainerLaunchContext.newInstance(Map<String, LocalResource> localResources, Map<String, String> environment, List<String> commands, Map<String, ByteBuffer> serviceData, ByteBuffer tokens, Map<ApplicationAccessType, String> acls, ContainerRetryContext containerRetryContext) Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerLaunchContextModifier and TypeMethodDescriptionstatic ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, String applicationType, boolean keepContainers, String appLabelExpression, ResourceRequest resourceRequest) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource, String applicationType) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource, String applicationType, boolean keepContainers) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource, String applicationType, boolean keepContainers, long attemptFailuresValidityInterval) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource, String applicationType, boolean keepContainers, String appLabelExpression, String amContainerLabelExpression) static ApplicationSubmissionContextApplicationSubmissionContext.newInstance(ApplicationId applicationId, String applicationName, String queue, Priority priority, ContainerLaunchContext amContainer, boolean isUnmanagedAM, boolean cancelTokensWhenComplete, int maxAppAttempts, Resource resource, String applicationType, boolean keepContainers, LogAggregationContext logAggregationContext) abstract voidApplicationSubmissionContext.setAMContainerSpec(ContainerLaunchContext amContainer) Set theContainerLaunchContextto describe theContainerwith which theApplicationMasteris launched. -
Uses of ContainerLaunchContext in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type ContainerLaunchContextModifier and TypeMethodDescriptionabstract voidNMClient.reInitializeContainer(ContainerId containerId, ContainerLaunchContext containerLaunchContex, boolean autoCommit) Re-Initialize the Container.abstract Map<String,ByteBuffer> NMClient.startContainer(Container container, ContainerLaunchContext containerLaunchContext) Start an allocated container. -
Uses of ContainerLaunchContext in org.apache.hadoop.yarn.client.api.async
Methods in org.apache.hadoop.yarn.client.api.async with parameters of type ContainerLaunchContextModifier and TypeMethodDescriptionabstract voidNMClientAsync.reInitializeContainerAsync(ContainerId containerId, ContainerLaunchContext containerLaunchContex, boolean autoCommit) Re-Initialize the Container.abstract voidNMClientAsync.startContainerAsync(Container container, ContainerLaunchContext containerLaunchContext)