Class AuxServiceRecord
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceRecord
An Service resource has the following attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConfig properties of an service.Description of the service.booleangetName()inthashCode()launchTime(Date time) The time when the service was created, e.g. 2016-03-16T01:01:49.000Z.A unique service name.voidvoidsetDescription(String description) voidsetLaunchTime(Date time) voidvoidsetVersion(String version) toString()Version of the service.
-
Constructor Details
-
AuxServiceRecord
public AuxServiceRecord()
-
-
Method Details
-
name
A unique service name. -
getName
-
setName
-
getVersion
-
setVersion
-
version
Version of the service. -
getDescription
-
setDescription
-
description
Description of the service. -
launchTime
The time when the service was created, e.g. 2016-03-16T01:01:49.000Z. -
getLaunchTime
-
setLaunchTime
-
configuration
Config properties of an service. Configurations provided at the service/global level are available to all the components. Specific properties can be overridden at the component level. -
getConfiguration
-
setConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-