Package org.apache.druid.segment.loading
Interface LoadSpec
- All Known Implementing Classes:
TombstoneLoadSpec
public interface LoadSpec
A means of pulling segment files into a destination directory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionloadSegment(File destDir) Method should put the segment files in the directory passed
-
Method Details
-
loadSegment
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
-