public abstract class TimelineEntityGroupPlugin
extends java.lang.Object
| Constructor | Description |
|---|---|
TimelineEntityGroupPlugin() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(java.lang.String entityId,
java.lang.String entityType) |
Get the
TimelineEntityGroupIds for the data sets that need to be
scanned to serve the query. |
abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(java.lang.String entityType,
java.util.SortedSet<java.lang.String> entityIds,
java.util.Set<java.lang.String> eventTypes) |
Get the
TimelineEntityGroupIds for the data sets that need to be
scanned to serve the query. |
abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> |
getTimelineEntityGroupId(java.lang.String entityType,
org.apache.hadoop.yarn.server.timeline.NameValuePair primaryFilter,
java.util.Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair> secondaryFilters) |
Get the
TimelineEntityGroupIds for the data sets that need to be
scanned to serve the query. |
public abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(java.lang.String entityType,
org.apache.hadoop.yarn.server.timeline.NameValuePair primaryFilter,
java.util.Collection<org.apache.hadoop.yarn.server.timeline.NameValuePair> secondaryFilters)
TimelineEntityGroupIds 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 queryTimelineEntityGroupIdpublic abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(java.lang.String entityId,
java.lang.String entityType)
TimelineEntityGroupIds for the data sets that need to be
scanned to serve the query.entityType - Entity Type being queriedentityId - Entity Id being requestedTimelineEntityGroupIdpublic abstract java.util.Set<org.apache.hadoop.yarn.api.records.timeline.TimelineEntityGroupId> getTimelineEntityGroupId(java.lang.String entityType,
java.util.SortedSet<java.lang.String> entityIds,
java.util.Set<java.lang.String> eventTypes)
TimelineEntityGroupIds 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 requestedTimelineEntityGroupIdCopyright © 2008–2025 Apache Software Foundation. All rights reserved.