Package | Description |
---|---|
io.druid.indexing.common.task |
Modifier and Type | Class and Description |
---|---|
class |
ConvertSegmentBackwardsCompatibleTask
Deprecated.
|
class |
HadoopConverterTask |
Modifier and Type | Method and Description |
---|---|
static ConvertSegmentTask |
ConvertSegmentTask.create(DataSegment segment,
IndexSpec indexSpec,
boolean force,
boolean validate,
Map<String,Object> context)
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,
Map<String,Object> context)
Create a segment converter task to convert a segment to the most recent version including the specified indexSpec
|
Copyright © 2011–2017. All rights reserved.