| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager.records | Package used for auxiliary services manifest records. | 
| org.apache.hadoop.yarn.server.nodemanager.webapp.dao | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static AuxServiceRecord | AuxServices. newAuxService(String name,
             String className) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<AuxServiceRecord> | AuxServices. getServiceRecords()Gets current aux service records. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AuxServices. addService(String name,
          org.apache.hadoop.yarn.server.api.AuxiliaryService service,
          AuxServiceRecord serviceRecord)Adds a service to the service map. | 
| protected static void | AuxServices. setClasspath(AuxServiceRecord service,
            String classpath) | 
| protected static void | AuxServices. setSystemClasses(AuxServiceRecord service,
                String systemClasses) | 
| Modifier and Type | Method and Description | 
|---|---|
| AuxServiceRecord | AuxServiceRecord. configuration(AuxServiceConfiguration conf)Config properties of an service. | 
| AuxServiceRecord | AuxServiceRecord. description(String d)Description of the service. | 
| AuxServiceRecord | AuxServiceRecord. launchTime(Date time)The time when the service was created, e.g. | 
| AuxServiceRecord | AuxServiceRecord. name(String n)A unique service name. | 
| AuxServiceRecord | AuxServiceRecord. version(String v)Version of the service. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AuxServiceRecord> | AuxServiceRecords. getServices() | 
| Modifier and Type | Method and Description | 
|---|---|
| AuxServiceRecords | AuxServiceRecords. serviceList(AuxServiceRecord... serviceList) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AuxiliaryServicesInfo. add(AuxServiceRecord s) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AuxiliaryServicesInfo. addAll(Collection<AuxServiceRecord> serviceList) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.