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