public abstract class TimelineEntityGroupPlugin extends Object
Constructor and Description |
---|
TimelineEntityGroupPlugin() |
Modifier and Type | Method and Description |
---|---|
abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(String entityType,
org.apache.hadoop.yarn.server.timeline.NameValuePair primaryFilter,
Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair> secondaryFilters)
Get the
TimelineEntityGroupId s for the data sets that need to be
scanned to serve the query. |
abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(String entityType,
SortedSet<String> entityIds,
Set<String> eventTypes)
Get the
TimelineEntityGroupId s for the data sets that need to be
scanned to serve the query. |
abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(String entityId,
String entityType)
Get the
TimelineEntityGroupId s for the data sets that need to be
scanned to serve the query. |
public abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(String entityType, org.apache.hadoop.yarn.server.timeline.NameValuePair primaryFilter, Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair> secondaryFilters)
TimelineEntityGroupId
s for the data sets that need to be
scanned to serve the query.entityType
- Entity Type being queriedprimaryFilter
- Primary filter being appliedsecondaryFilters
- Secondary filters being applied in the queryTimelineEntityGroupId
public abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(String entityId, String entityType)
TimelineEntityGroupId
s for the data sets that need to be
scanned to serve the query.entityType
- Entity Type being queriedentityId
- Entity Id being requestedTimelineEntityGroupId
public abstract Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(String entityType, SortedSet<String> entityIds, Set<String> eventTypes)
TimelineEntityGroupId
s for the data sets that need to be
scanned to serve the query.entityType
- Entity Type being queriedentityIds
- Entity Ids being requestedeventTypes
- Event Types being requestedTimelineEntityGroupId
Copyright © 2022 Apache Software Foundation. All rights reserved.