| Package | Description |
|---|---|
| org.apache.druid.indexer.hadoop | |
| org.apache.druid.indexer.path |
| Modifier and Type | Method and Description |
|---|---|
static DatasourceIngestionSpec |
DatasourceInputFormat.getIngestionSpec(org.apache.hadoop.conf.Configuration conf,
String dataSource) |
DatasourceIngestionSpec |
DatasourceIngestionSpec.withDimensions(List<String> dimensions) |
DatasourceIngestionSpec |
DatasourceIngestionSpec.withIgnoreWhenNoSegments(boolean ignoreWhenNoSegments) |
DatasourceIngestionSpec |
DatasourceIngestionSpec.withMetrics(List<String> metrics) |
DatasourceIngestionSpec |
DatasourceIngestionSpec.withQueryGranularity(Granularity granularity) |
DatasourceIngestionSpec |
DatasourceIngestionSpec.withTransformSpec(TransformSpec transformSpec) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatasourceInputFormat.addDataSource(org.apache.hadoop.conf.Configuration conf,
DatasourceIngestionSpec spec,
List<WindowedDataSegment> segments,
long maxSplitSize) |
| Modifier and Type | Method and Description |
|---|---|
DatasourceIngestionSpec |
DatasourcePathSpec.getIngestionSpec() |
| Constructor and Description |
|---|
DatasourcePathSpec(List<WindowedDataSegment> segments,
DatasourceIngestionSpec spec,
Long maxSplitSize,
boolean useNewAggs) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.