| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records.timelineservice |
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TimelineEntityType |
TimelineEntityType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TimelineEntityType[] |
TimelineEntityType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
TimelineEntityType.isChild(TimelineEntityType type) |
Whether the input type can be a child of this entity.
|
boolean |
TimelineEntityType.isParent(TimelineEntityType type) |
Whether the input type can be a parent of this entity.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.