Package org.apache.druid.segment.loading
Interface LoadSpec
-
- All Known Implementing Classes:
TombstoneLoadSpec
public interface LoadSpecA means of pulling segment files into a destination directory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoadSpec.LoadSpecResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadSpec.LoadSpecResultloadSegment(File destDir)Method should put the segment files in the directory passed
-
-
-
Method Detail
-
loadSegment
LoadSpec.LoadSpecResult loadSegment(File destDir) throws SegmentLoadingException
Method should put the segment files in the directory passed- Parameters:
destDir- The destination directory- Returns:
- The byte count of data put in the destination directory
- Throws:
SegmentLoadingException
-
-