java.io.Serializable, java.lang.Comparable<TimelineReader.Field>public static enum TimelineReader.Field extends java.lang.Enum<TimelineReader.Field>
TimelineReader.getEntities(java.lang.String, java.lang.Long, java.lang.Long, java.lang.Long, java.lang.String, java.lang.Long, org.apache.hadoop.yarn.server.timeline.NameValuePair, java.util.Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair>, java.util.EnumSet<org.apache.hadoop.yarn.server.timeline.TimelineReader.Field>, org.apache.hadoop.yarn.server.timeline.TimelineDataManager.CheckAcl) and TimelineReader.getEntity(java.lang.String, java.lang.String, java.util.EnumSet<org.apache.hadoop.yarn.server.timeline.TimelineReader.Field>)
.| Enum Constant | Description |
|---|---|
EVENTS |
|
LAST_EVENT_ONLY |
|
OTHER_INFO |
|
PRIMARY_FILTERS |
|
RELATED_ENTITIES |
| Modifier and Type | Method | Description |
|---|---|---|
static TimelineReader.Field |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TimelineReader.Field[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimelineReader.Field EVENTS
public static final TimelineReader.Field RELATED_ENTITIES
public static final TimelineReader.Field PRIMARY_FILTERS
public static final TimelineReader.Field OTHER_INFO
public static final TimelineReader.Field LAST_EVENT_ONLY
public static TimelineReader.Field[] values()
for (TimelineReader.Field c : TimelineReader.Field.values()) System.out.println(c);
public static TimelineReader.Field valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.