Uses of Interface
org.apache.hadoop.yarn.server.timeline.TimelineDataManager.CheckAcl
Packages that use TimelineDataManager.CheckAcl
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineDataManager.CheckAcl in org.apache.hadoop.yarn.server.timeline
Methods in org.apache.hadoop.yarn.server.timeline with parameters of type TimelineDataManager.CheckAclModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesLeveldbTimelineStore.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.TimelineEntitiesRollingLevelDBTimelineStore.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.TimelineEntitiesTimelineReader.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.