java.util.concurrent.Callable<java.lang.Integer>public class RecoverPausedContainerLaunch extends ContainerLaunch
ContainerLaunch.ShellScriptBuilderapp, completed, container, CONTAINER_PRE_LAUNCH_STDERR, CONTAINER_PRE_LAUNCH_STDOUT, CONTAINER_SCRIPT, containerAlreadyLaunched, dirsHandler, dispatcher, exec, FINAL_CONTAINER_TOKENS_FILE, KEYSTORE_FILE, pidFilePath, shouldPauseContainer, SYSFS_DIR, TRUSTSTORE_FILE| Constructor | Description |
|---|---|
RecoverPausedContainerLaunch(Context context,
org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
ContainerExecutor exec,
Application app,
Container container,
LocalDirsHandlerService dirsHandler,
ContainerManagerImpl containerManager) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Integer |
call() |
Cleanup the paused container by issuing a kill on it.
|
addConfigsToEnv, cleanupContainerFiles, expandEnvironment, getApplicationLocalDirs, getContainerLocalDirs, getContainerLogDirs, getContainerPrivateDir, getContainerWorkDir, getExitCodeFile, getLocalizedResources, getNMFilecacheDirs, getPidFileSubpath, getRelativeContainerLogDir, getUserFilecacheDirs, getUserLocalDirs, handleContainerExitCode, handleContainerExitWithFailure, launchContainer, pauseContainer, prepareForLaunch, relaunchContainer, resumeContainer, sanitizeEnv, setContainerCompletedStatus, signalContainer, translateCommandToSignal, validateContainerStatepublic RecoverPausedContainerLaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager)
public java.lang.Integer call()
call in interface java.util.concurrent.Callable<java.lang.Integer>call in class ContainerLaunchCopyright © 2008–2025 Apache Software Foundation. All rights reserved.