| Package | Description |
|---|---|
| org.apache.druid.indexer.hadoop | |
| org.apache.druid.indexer.path |
| Modifier and Type | Method and Description |
|---|---|
static WindowedDataSegment |
WindowedDataSegment.of(DataSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
List<WindowedDataSegment> |
DatasourceInputSplit.getSegments() |
static List<WindowedDataSegment> |
DatasourceInputFormat.getSegments(org.apache.hadoop.conf.Configuration conf,
String dataSource) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatasourceInputFormat.addDataSource(org.apache.hadoop.conf.Configuration conf,
DatasourceIngestionSpec spec,
List<WindowedDataSegment> segments,
long maxSplitSize) |
| Constructor and Description |
|---|
DatasourceInputSplit(List<WindowedDataSegment> segments,
String[] locations) |
| Modifier and Type | Method and Description |
|---|---|
List<WindowedDataSegment> |
DatasourcePathSpec.getSegments() |
| Constructor and Description |
|---|
DatasourcePathSpec(List<WindowedDataSegment> segments,
DatasourceIngestionSpec spec,
Long maxSplitSize,
boolean useNewAggs) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.