public static enum TimelineReader.Field extends 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 and Description |
---|
EVENTS |
LAST_EVENT_ONLY |
OTHER_INFO |
PRIMARY_FILTERS |
RELATED_ENTITIES |
Modifier and Type | Method and Description |
---|---|
static TimelineReader.Field |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2008–2023 Apache Software Foundation. All rights reserved.