Uses of Interface
org.apache.druid.indexer.partitions.PartitionsSpec
Packages that use PartitionsSpec
-
Uses of PartitionsSpec in org.apache.druid.indexer.partitions
Subinterfaces of PartitionsSpec in org.apache.druid.indexer.partitionsModifier and TypeInterfaceDescriptioninterfacePartitionsSpec based on dimension values.Classes in org.apache.druid.indexer.partitions that implement PartitionsSpecModifier and TypeClassDescriptionclassSpec to create partitions based on value ranges of multiple dimensions.classDynamically determine partitions in the middle of indexing.classclassPartition a segment by a single dimension. -
Uses of PartitionsSpec in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return PartitionsSpecMethods in org.apache.druid.timeline with parameters of type PartitionsSpecModifier and TypeMethodDescriptionstatic Function<Set<DataSegment>,Set<DataSegment>> CompactionState.addCompactionStateToSegments(PartitionsSpec partitionsSpec, DimensionsSpec dimensionsSpec, List<AggregatorFactory> metricsSpec, CompactionTransformSpec transformSpec, IndexSpec indexSpec, GranularitySpec granularitySpec, List<AggregateProjectionSpec> projections) CompactionState.Builder.partitionsSpec(PartitionsSpec partitionsSpec) Constructors in org.apache.druid.timeline with parameters of type PartitionsSpecModifierConstructorDescriptionCompactionState(PartitionsSpec partitionsSpec, DimensionsSpec dimensionsSpec, List<AggregatorFactory> metricsSpec, CompactionTransformSpec transformSpec, IndexSpec indexSpec, GranularitySpec granularitySpec, List<AggregateProjectionSpec> projections)