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
ContainerRetryContext to 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
ContainerRetryContext to relaunch container. |
Copyright © 2024 Apache Software Foundation. All rights reserved.