Uses of Enum
org.apache.druid.timeline.Partitions
Packages that use Partitions
-
Uses of Partitions in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return PartitionsModifier and TypeMethodDescriptionstatic PartitionsReturns the enum constant of this type with the specified name.static Partitions[]Partitions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.timeline with parameters of type PartitionsModifier and TypeMethodDescriptionVersionedIntervalTimeline.findNonOvershadowedObjectsInInterval(org.joda.time.Interval interval, Partitions completeness) Computes a set with all objects falling within the specified interval which are at least partially "visible" in this interval (that is, are not fully overshadowed within this interval).