Uses of Class
org.apache.druid.timeline.Partitions
-
Packages that use Partitions Package Description org.apache.druid.timeline -
-
Uses of Partitions in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return Partitions Modifier and Type Method Description static PartitionsPartitions. valueOf(String name)Returns 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 Partitions Modifier and Type Method Description Set<ObjectType>VersionedIntervalTimeline. 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).
-