Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.records.AuxServiceRecord
Packages that use AuxServiceRecord
Package
Description
Package used for auxiliary services manifest records.
-
Uses of AuxServiceRecord in org.apache.hadoop.yarn.server.nodemanager.containermanager
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager that return AuxServiceRecordModifier and TypeMethodDescriptionprotected static AuxServiceRecordAuxServices.newAuxService(String name, String className) Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager that return types with arguments of type AuxServiceRecordModifier and TypeMethodDescriptionAuxServices.getServiceRecords()Gets current aux service records.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type AuxServiceRecordModifier and TypeMethodDescriptionprotected final voidAuxServices.addService(String name, org.apache.hadoop.yarn.server.api.AuxiliaryService service, AuxServiceRecord serviceRecord) Adds a service to the service map.protected static voidAuxServices.setClasspath(AuxServiceRecord service, String classpath) protected static voidAuxServices.setSystemClasses(AuxServiceRecord service, String systemClasses) -
Uses of AuxServiceRecord in org.apache.hadoop.yarn.server.nodemanager.containermanager.records
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records that return AuxServiceRecordModifier and TypeMethodDescriptionAuxServiceRecord.configuration(AuxServiceConfiguration conf) Config properties of an service.AuxServiceRecord.description(String d) Description of the service.AuxServiceRecord.launchTime(Date time) The time when the service was created, e.g. 2016-03-16T01:01:49.000Z.A unique service name.Version of the service.Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records that return types with arguments of type AuxServiceRecordMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.records with parameters of type AuxServiceRecord -
Uses of AuxServiceRecord in org.apache.hadoop.yarn.server.nodemanager.webapp.dao
Methods in org.apache.hadoop.yarn.server.nodemanager.webapp.dao with parameters of type AuxServiceRecordMethod parameters in org.apache.hadoop.yarn.server.nodemanager.webapp.dao with type arguments of type AuxServiceRecordModifier and TypeMethodDescriptionvoidAuxiliaryServicesInfo.addAll(Collection<AuxServiceRecord> serviceList)