@InterfaceAudience.Private @InterfaceStability.Unstable public final class ContainerStartContext extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ContainerStartContext.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppId() | 
| List<String> | getApplicationLocalDirs() | 
| Container | getContainer() | 
| List<String> | getContainerLocalDirs() | 
| List<String> | getContainerLogDirs() | 
| org.apache.hadoop.fs.Path | getContainerWorkDir() | 
| org.apache.hadoop.fs.Path | getCsiVolumesRootDir() | 
| List<String> | getFilecacheDirs() | 
| List<String> | getLocalDirs() | 
| Map<org.apache.hadoop.fs.Path,List<String>> | getLocalizedResources() | 
| List<String> | getLogDirs() | 
| org.apache.hadoop.fs.Path | getNmPrivateContainerScriptPath() | 
| org.apache.hadoop.fs.Path | getNmPrivateKeystorePath() | 
| org.apache.hadoop.fs.Path | getNmPrivateTokensPath() | 
| org.apache.hadoop.fs.Path | getNmPrivateTruststorePath() | 
| String | getUser() | 
| List<String> | getUserFilecacheDirs() | 
| List<String> | getUserLocalDirs() | 
public Container getContainer()
public org.apache.hadoop.fs.Path getNmPrivateContainerScriptPath()
public org.apache.hadoop.fs.Path getNmPrivateTokensPath()
public org.apache.hadoop.fs.Path getNmPrivateKeystorePath()
public org.apache.hadoop.fs.Path getNmPrivateTruststorePath()
public String getUser()
public String getAppId()
public org.apache.hadoop.fs.Path getContainerWorkDir()
public org.apache.hadoop.fs.Path getCsiVolumesRootDir()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.