Uses of Interface
org.apache.druid.segment.indexing.granularity.GranularitySpec
-
Packages that use GranularitySpec Package Description org.apache.druid.segment.indexing org.apache.druid.segment.indexing.granularity -
-
Uses of GranularitySpec in org.apache.druid.segment.indexing
Methods in org.apache.druid.segment.indexing that return GranularitySpec Modifier and Type Method Description GranularitySpecDataSchema. getGranularitySpec()Methods in org.apache.druid.segment.indexing with parameters of type GranularitySpec Modifier and Type Method Description DataSchemaDataSchema. withGranularitySpec(GranularitySpec granularitySpec)Constructors in org.apache.druid.segment.indexing with parameters of type GranularitySpec Constructor Description DataSchema(String dataSource, Map<String,Object> parserMap, org.apache.druid.query.aggregation.AggregatorFactory[] aggregators, GranularitySpec granularitySpec, org.apache.druid.segment.transform.TransformSpec transformSpec, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Deprecated.DataSchema(String dataSource, org.apache.druid.data.input.impl.TimestampSpec timestampSpec, org.apache.druid.data.input.impl.DimensionsSpec dimensionsSpec, org.apache.druid.query.aggregation.AggregatorFactory[] aggregators, GranularitySpec granularitySpec, org.apache.druid.segment.transform.TransformSpec transformSpec)DataSchema(String dataSource, org.apache.druid.data.input.impl.TimestampSpec timestampSpec, org.apache.druid.data.input.impl.DimensionsSpec dimensionsSpec, org.apache.druid.query.aggregation.AggregatorFactory[] aggregators, GranularitySpec granularitySpec, org.apache.druid.segment.transform.TransformSpec transformSpec, Map<String,Object> parserMap, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of GranularitySpec in org.apache.druid.segment.indexing.granularity
Classes in org.apache.druid.segment.indexing.granularity that implement GranularitySpec Modifier and Type Class Description classArbitraryGranularitySpecclassBaseGranularitySpecclassUniformGranularitySpecMethods in org.apache.druid.segment.indexing.granularity that return GranularitySpec Modifier and Type Method Description GranularitySpecArbitraryGranularitySpec. withIntervals(List<org.joda.time.Interval> inputIntervals)GranularitySpecGranularitySpec. withIntervals(List<org.joda.time.Interval> inputIntervals)GranularitySpecUniformGranularitySpec. withIntervals(List<org.joda.time.Interval> inputIntervals)
-