Package | Description |
---|---|
org.apache.hadoop.yarn.server.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
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,
TimelineDataManager.CheckAcl checkAcl)
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.TimelineEntities |
RollingLevelDBTimelineStore.getEntities(String entityType,
Long limit,
Long windowStart,
Long windowEnd,
String fromId,
Long fromTs,
NameValuePair primaryFilter,
Collection<NameValuePair> secondaryFilters,
EnumSet<TimelineReader.Field> fields,
TimelineDataManager.CheckAcl checkAcl) |
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,
TimelineDataManager.CheckAcl checkAcl) |
Copyright © 2022 Apache Software Foundation. All rights reserved.