| 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 | Description |
|---|---|---|
protected static AuxServiceRecord |
AuxServices.newAuxService(java.lang.String name,
java.lang.String className) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<AuxServiceRecord> |
AuxServices.getServiceRecords() |
Gets current aux service records.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AuxServices.addService(java.lang.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,
java.lang.String classpath) |
|
protected static void |
AuxServices.setSystemClasses(AuxServiceRecord service,
java.lang.String systemClasses) |
| Modifier and Type | Method | Description |
|---|---|---|
AuxServiceRecord |
AuxServiceRecord.configuration(AuxServiceConfiguration conf) |
Config properties of an service.
|
AuxServiceRecord |
AuxServiceRecord.description(java.lang.String d) |
Description of the service.
|
AuxServiceRecord |
AuxServiceRecord.launchTime(java.util.Date time) |
The time when the service was created, e.g.
|
AuxServiceRecord |
AuxServiceRecord.name(java.lang.String n) |
A unique service name.
|
AuxServiceRecord |
AuxServiceRecord.version(java.lang.String v) |
Version of the service.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AuxServiceRecord> |
AuxServiceRecords.getServices() |
| Modifier and Type | Method | Description |
|---|---|---|
AuxServiceRecords |
AuxServiceRecords.serviceList(AuxServiceRecord... serviceList) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AuxiliaryServicesInfo.add(AuxServiceRecord s) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AuxiliaryServicesInfo.addAll(java.util.Collection<AuxServiceRecord> serviceList) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.