Uses of Class
org.apache.druid.indexer.hadoop.WindowedDataSegment
-
Packages that use WindowedDataSegment Package Description org.apache.druid.indexer.hadoop org.apache.druid.indexer.path -
-
Uses of WindowedDataSegment in org.apache.druid.indexer.hadoop
Methods in org.apache.druid.indexer.hadoop that return WindowedDataSegment Modifier and Type Method Description static WindowedDataSegmentWindowedDataSegment. of(org.apache.druid.timeline.DataSegment segment)Methods in org.apache.druid.indexer.hadoop that return types with arguments of type WindowedDataSegment Modifier and Type Method Description static List<WindowedDataSegment>DatasourceInputFormat. getSegments(org.apache.hadoop.conf.Configuration conf, String dataSource)List<WindowedDataSegment>DatasourceInputSplit. getSegments()Method parameters in org.apache.druid.indexer.hadoop with type arguments of type WindowedDataSegment Modifier and Type Method Description static voidDatasourceInputFormat. addDataSource(org.apache.hadoop.conf.Configuration conf, DatasourceIngestionSpec spec, List<WindowedDataSegment> segments, long maxSplitSize)Constructor parameters in org.apache.druid.indexer.hadoop with type arguments of type WindowedDataSegment Constructor Description DatasourceInputSplit(@NotNull List<WindowedDataSegment> segments, String[] locations) -
Uses of WindowedDataSegment in org.apache.druid.indexer.path
Methods in org.apache.druid.indexer.path that return types with arguments of type WindowedDataSegment Modifier and Type Method Description List<WindowedDataSegment>DatasourcePathSpec. getSegments()Constructor parameters in org.apache.druid.indexer.path with type arguments of type WindowedDataSegment Constructor Description DatasourcePathSpec(List<WindowedDataSegment> segments, DatasourceIngestionSpec spec, Long maxSplitSize, boolean useNewAggs)
-