| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.api.records | Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ContainerRetryContext | ContainerRetryContext. NEVER_RETRY_CONTEXT | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ContainerRetryContext | ContainerLaunchContext. getContainerRetryContext()Get the  ContainerRetryContextto relaunch container. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContainerLaunchContext | ContainerLaunchContext. newInstance(Map<String,LocalResource> localResources,
           Map<String,String> environment,
           List<String> commands,
           Map<String,ByteBuffer> serviceData,
           ByteBuffer tokens,
           Map<ApplicationAccessType,String> acls,
           ContainerRetryContext containerRetryContext) | 
| abstract void | ContainerLaunchContext. setContainerRetryContext(ContainerRetryContext containerRetryContext)Set the  ContainerRetryContextto relaunch container. | 
Copyright © 2025 Apache Software Foundation. All rights reserved.