|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimelineDomain | |
|---|---|
| org.apache.hadoop.yarn.api.records.timeline | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| org.apache.hadoop.yarn.client.api | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of TimelineDomain in org.apache.hadoop.yarn.api.records.timeline |
|---|
| Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineDomain | |
|---|---|
List<TimelineDomain> |
TimelineDomains.getDomains()
Get a list of domains |
| Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineDomain | |
|---|---|
void |
TimelineDomains.addDomain(TimelineDomain domain)
Add a single domain into the existing domain list |
| Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineDomain | |
|---|---|
void |
TimelineDomains.addDomains(List<TimelineDomain> domains)
All a list of domains into the existing domain list |
void |
TimelineDomains.setDomains(List<TimelineDomain> domains)
Set the domain list to the given list of domains |
| Uses of TimelineDomain in org.apache.hadoop.yarn.client.api |
|---|
| Methods in org.apache.hadoop.yarn.client.api with parameters of type TimelineDomain | |
|---|---|
abstract void |
TimelineClient.putDomain(TimelineDomain domain)
Send the information of a domain to the timeline server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||