Class Application
java.lang.Object
org.apache.hadoop.yarn.service.api.records.BaseResource
org.apache.hadoop.yarn.service.api.records.Service
org.apache.hadoop.yarn.appcatalog.model.Application
- All Implemented Interfaces:
Serializable
public class Application
extends org.apache.hadoop.yarn.service.api.records.Service
Data model of display recommended applications and descriptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcon()inthashCode()voidsetDescription(String description) voidvoidsetOrganization(String organization) Methods inherited from class org.apache.hadoop.yarn.service.api.records.Service
addComponent, artifact, components, configuration, description, dockerClientConfig, getArtifact, getComponent, getComponents, getConfiguration, getDependencies, getDockerClientConfig, getId, getKerberosPrincipal, getLaunchTime, getLifetime, getName, getNumberOfRunningContainers, getQueue, getQuicklinks, getResource, getState, getVersion, id, kerberosPrincipal, launchTime, lifetime, name, numberOfRunningContainers, queue, quicklinks, resource, setArtifact, setComponents, setConfiguration, setDependencies, setDockerClientConfig, setId, setKerberosPrincipal, setLaunchTime, setLifetime, setName, setNumberOfRunningContainers, setQueue, setQuicklinks, setResource, setState, setVersion, state, toString, versionMethods inherited from class org.apache.hadoop.yarn.service.api.records.BaseResource
getUri, setUri
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getOrganization
-
setOrganization
-
getDescription
- Overrides:
getDescriptionin classorg.apache.hadoop.yarn.service.api.records.Service
-
setDescription
- Overrides:
setDescriptionin classorg.apache.hadoop.yarn.service.api.records.Service
-
getIcon
-
setIcon
-
equals
- Overrides:
equalsin classorg.apache.hadoop.yarn.service.api.records.Service
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.apache.hadoop.yarn.service.api.records.Service
-