| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.applicationhistoryservice.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static TimelineReader.Field |
TimelineReader.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimelineReader.Field[] |
TimelineReader.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.timeline.TimelineEntities |
LeveldbTimelineStore.getEntities(String entityType,
Long limit,
Long windowStart,
Long windowEnd,
String fromId,
Long fromTs,
NameValuePair primaryFilter,
Collection<NameValuePair> secondaryFilters,
EnumSet<TimelineReader.Field> fields) |
org.apache.hadoop.yarn.api.records.timeline.TimelineEntities |
MemoryTimelineStore.getEntities(String entityType,
Long limit,
Long windowStart,
Long windowEnd,
String fromId,
Long fromTs,
NameValuePair primaryFilter,
Collection<NameValuePair> secondaryFilters,
EnumSet<TimelineReader.Field> fields) |
org.apache.hadoop.yarn.api.records.timeline.TimelineEntities |
TimelineReader.getEntities(String entityType,
Long limit,
Long windowStart,
Long windowEnd,
String fromId,
Long fromTs,
NameValuePair primaryFilter,
Collection<NameValuePair> secondaryFilters,
EnumSet<TimelineReader.Field> fieldsToRetrieve)
This method retrieves a list of entity information,
TimelineEntity,
sorted by the starting timestamp for the entity, descending. |
org.apache.hadoop.yarn.api.records.timeline.TimelineEntity |
LeveldbTimelineStore.getEntity(String entityId,
String entityType,
EnumSet<TimelineReader.Field> fields) |
org.apache.hadoop.yarn.api.records.timeline.TimelineEntity |
MemoryTimelineStore.getEntity(String entityId,
String entityType,
EnumSet<TimelineReader.Field> fieldsToRetrieve) |
org.apache.hadoop.yarn.api.records.timeline.TimelineEntity |
TimelineReader.getEntity(String entityId,
String entityType,
EnumSet<TimelineReader.Field> fieldsToRetrieve)
This method retrieves the entity information for a given entity.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.