Package | Description |
---|---|
io.druid.timeline |
Modifier and Type | Method and Description |
---|---|
Set<TimelineObjectHolder<VersionType,ObjectType>> |
VersionedIntervalTimeline.findOvershadowed() |
List<TimelineObjectHolder<VersionType,ObjectType>> |
VersionedIntervalTimeline.lookup(org.joda.time.Interval interval)
Does a lookup for the objects representing the given time interval.
|
Iterable<TimelineObjectHolder<VersionType,ObjectType>> |
UnionTimeLineLookup.lookup(org.joda.time.Interval interval) |
Iterable<TimelineObjectHolder<VersionType,ObjectType>> |
TimelineLookup.lookup(org.joda.time.Interval interval)
Does a lookup for the objects representing the given time interval.
|
Copyright © 2011–2015. All rights reserved.