Uses of Class
org.apache.druid.indexer.hadoop.DatasourceIngestionSpec
-
Packages that use DatasourceIngestionSpec Package Description org.apache.druid.indexer.hadoop org.apache.druid.indexer.path -
-
Uses of DatasourceIngestionSpec in org.apache.druid.indexer.hadoop
Methods in org.apache.druid.indexer.hadoop that return DatasourceIngestionSpec Modifier and Type Method Description static DatasourceIngestionSpecDatasourceInputFormat. getIngestionSpec(org.apache.hadoop.conf.Configuration conf, String dataSource)DatasourceIngestionSpecDatasourceIngestionSpec. withDimensions(List<String> dimensions)DatasourceIngestionSpecDatasourceIngestionSpec. withIgnoreWhenNoSegments(boolean ignoreWhenNoSegments)DatasourceIngestionSpecDatasourceIngestionSpec. withMetrics(List<String> metrics)DatasourceIngestionSpecDatasourceIngestionSpec. withQueryGranularity(org.apache.druid.java.util.common.granularity.Granularity granularity)DatasourceIngestionSpecDatasourceIngestionSpec. withTransformSpec(org.apache.druid.segment.transform.TransformSpec transformSpec)Methods in org.apache.druid.indexer.hadoop with parameters of type DatasourceIngestionSpec Modifier and Type Method Description static voidDatasourceInputFormat. addDataSource(org.apache.hadoop.conf.Configuration conf, DatasourceIngestionSpec spec, List<WindowedDataSegment> segments, long maxSplitSize) -
Uses of DatasourceIngestionSpec in org.apache.druid.indexer.path
Methods in org.apache.druid.indexer.path that return DatasourceIngestionSpec Modifier and Type Method Description DatasourceIngestionSpecDatasourcePathSpec. getIngestionSpec()Constructors in org.apache.druid.indexer.path with parameters of type DatasourceIngestionSpec Constructor Description DatasourcePathSpec(List<WindowedDataSegment> segments, DatasourceIngestionSpec spec, Long maxSplitSize, boolean useNewAggs)
-