| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimelineDomain> |
TimelineDomains.getDomains() |
Get a list of domains
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineDomains.addDomain(TimelineDomain domain) |
Add a single domain into the existing domain list
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineDomains.addDomains(java.util.List<TimelineDomain> domains) |
All a list of domains into the existing domain list
|
void |
TimelineDomains.setDomains(java.util.List<TimelineDomain> domains) |
Set the domain list to the given list of domains
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.