Package | Description |
---|---|
io.druid.indexing.common.task |
Modifier and Type | Class and Description |
---|---|
class |
HadoopConverterTask |
Modifier and Type | Method and Description |
---|---|
static ConvertSegmentTask |
ConvertSegmentTask.create(io.druid.timeline.DataSegment segment,
IndexSpec indexSpec,
boolean force,
boolean validate)
Create a task to update the segment specified to the most recent binary version with the specified indexSpec
|
static ConvertSegmentTask |
ConvertSegmentTask.create(String dataSource,
org.joda.time.Interval interval,
IndexSpec indexSpec,
boolean force,
boolean validate)
Create a segment converter task to convert a segment to the most recent version including the specified indexSpec
|
Copyright © 2011–2015. All rights reserved.