Uses of Class
org.apache.druid.timeline.TimelineObjectHolder
Packages that use TimelineObjectHolder
-
Uses of TimelineObjectHolder in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return TimelineObjectHolderModifier and TypeMethodDescriptionVersionedIntervalTimeline.first()VersionedIntervalTimeline.last()Methods in org.apache.druid.timeline that return types with arguments of type TimelineObjectHolderModifier and TypeMethodDescriptionVersionedIntervalTimeline.findFullyOvershadowed()This method should be deduplicated with DataSourcesSnapshot.determineOvershadowedSegments(): see https://github.com/apache/druid/issues/8070.TimelineLookup.lookup(org.joda.time.Interval interval) Does a lookup for the objects representing the given time interval.VersionedIntervalTimeline.lookup(org.joda.time.Interval interval) Does a lookup for the objects representing the given time interval.TimelineLookup.lookupWithIncompletePartitions(org.joda.time.Interval interval) Does a lookup for the objects representing the given time interval.VersionedIntervalTimeline.lookupWithIncompletePartitions(org.joda.time.Interval interval) Method parameters in org.apache.druid.timeline with type arguments of type TimelineObjectHolderModifier and TypeMethodDescriptionstatic <VersionType,ObjectType extends Overshadowable<ObjectType>>
Iterable<ObjectType>VersionedIntervalTimeline.getAllObjects(List<TimelineObjectHolder<VersionType, ObjectType>> holders)