| Package | Description |
|---|---|
| io.druid.segment.loading |
| Modifier and Type | Method and Description |
|---|---|
DataSegment |
DataSegmentArchiver.archive(DataSegment segment) |
Set<DataSegment> |
DataSegmentFinder.findSegments(String workingDirPath,
boolean updateDescriptor)
This method should first recursively look for descriptor.json underneath workingDirPath and then verify that
index.zip exists in the same folder.
|
void |
DataSegmentPuller.getSegmentFiles(DataSegment segment,
File dir)
Pull down segment files for the given DataSegment and put them in the given directory.
|
void |
DataSegmentKiller.kill(DataSegment segments) |
LoadSpec.LoadSpecResult |
LoadSpec.loadSegment(File destDir)
Method should put the segment files in the directory passed
|
DataSegment |
DataSegmentMover.move(DataSegment segment,
Map<String,Object> targetLoadSpec) |
DataSegment |
DataSegmentArchiver.restore(DataSegment segment) |
Copyright © 2011–2016. All rights reserved.