Uses of Interface
org.apache.druid.timeline.Overshadowable
Packages that use Overshadowable
-
Uses of Overshadowable in org.apache.druid.timeline
Classes in org.apache.druid.timeline with type parameters of type OvershadowableModifier and TypeInterfaceDescriptioninterfaceOvershadowable<T extends Overshadowable<T>>Interface to represent a class which can have overshadow relation between its instances.interfaceTimelineLookup<VersionType,ObjectType extends Overshadowable<ObjectType>> classTimelineObjectHolder<VersionType,ObjectType extends Overshadowable<ObjectType>> classVersionedIntervalTimeline<VersionType,ObjectType extends Overshadowable<ObjectType>> VersionedIntervalTimeline is a data structure that manages objects on a specific timeline.Classes in org.apache.druid.timeline that implement OvershadowableMethods in org.apache.druid.timeline with type parameters of type OvershadowableModifier and TypeMethodDescriptionstatic <VersionType,ObjectType extends Overshadowable<ObjectType>>
Iterable<ObjectType> VersionedIntervalTimeline.getAllObjects(List<TimelineObjectHolder<VersionType, ObjectType>> holders) -
Uses of Overshadowable in org.apache.druid.timeline.partition
Classes in org.apache.druid.timeline.partition with type parameters of type OvershadowableModifier and TypeClassDescriptionclassIntegerPartitionChunk<T extends Overshadowable>classPartitionHolder<T extends Overshadowable<T>>An object that clumps together multiple other objects which each represent a shard of some space.Methods in org.apache.druid.timeline.partition with type parameters of type OvershadowableModifier and TypeMethodDescriptionstatic <T extends Overshadowable<T>>
PartitionHolder<T> PartitionHolder.copyWithOnlyVisibleChunks(PartitionHolder<T> partitionHolder) static <T extends Overshadowable<T>>
PartitionHolder<T> PartitionHolder.deepCopy(PartitionHolder<T> partitionHolder) static <T extends Overshadowable>
IntegerPartitionChunk<T>