Uses of Interface
org.apache.druid.indexer.granularity.GranularitySpec
Packages that use GranularitySpec
-
Uses of GranularitySpec in org.apache.druid.indexer.granularity
Classes in org.apache.druid.indexer.granularity that implement GranularitySpecModifier and TypeClassDescriptionclassclassclassMethods in org.apache.druid.indexer.granularity that return GranularitySpecModifier and TypeMethodDescriptionArbitraryGranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) GranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) UniformGranularitySpec.withIntervals(List<org.joda.time.Interval> inputIntervals) -
Uses of GranularitySpec in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return GranularitySpecMethods in org.apache.druid.timeline with parameters of type GranularitySpecModifier 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.granularitySpec(GranularitySpec granularitySpec) Constructors in org.apache.druid.timeline with parameters of type GranularitySpecModifierConstructorDescriptionCompactionState(PartitionsSpec partitionsSpec, DimensionsSpec dimensionsSpec, List<AggregatorFactory> metricsSpec, CompactionTransformSpec transformSpec, IndexSpec indexSpec, GranularitySpec granularitySpec, List<AggregateProjectionSpec> projections)