Uses of Class
org.apache.druid.timeline.partition.PartitionHolder
Packages that use PartitionHolder
-
Uses of PartitionHolder in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return PartitionHolderModifier and TypeMethodDescriptionTimelineObjectHolder.getObject()VersionedIntervalTimeline.TimelineEntry.getPartitionHolder()Constructors in org.apache.druid.timeline with parameters of type PartitionHolderModifierConstructorDescriptionTimelineObjectHolder(org.joda.time.Interval interval, org.joda.time.Interval trueInterval, VersionType version, PartitionHolder<ObjectType> object) TimelineObjectHolder(org.joda.time.Interval interval, VersionType version, PartitionHolder<ObjectType> object) -
Uses of PartitionHolder in org.apache.druid.timeline.partition
Methods in org.apache.druid.timeline.partition that return PartitionHolderModifier 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) Methods in org.apache.druid.timeline.partition with parameters of type PartitionHolderModifier 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)