Class ContainerLaunchContextInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ContainerLaunchContextInfo
Simple class to allow users to send information required to create a
ContainerLaunchContext which can then be used as part of the
ApplicationSubmissionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcls()voidvoidsetAuxillaryServiceData(HashMap<String, String> serviceData) voidsetCommands(List<String> commands) voidsetCredentials(CredentialsInfo credentials) voidsetEnvironment(HashMap<String, String> environment) voidsetResources(HashMap<String, LocalResourceInfo> resources)
-
Constructor Details
-
ContainerLaunchContextInfo
public ContainerLaunchContextInfo()
-
-
Method Details
-
getResources
-
getEnvironment
-
getCommands
-
getAuxillaryServiceData
-
getCredentials
-
getAcls
-
setResources
-
setEnvironment
-
setCommands
-
setAuxillaryServiceData
-
setCredentials
-
setAcls
-