Package org.apache.druid.segment.loading
Class TombstoneLoadSpec
java.lang.Object
org.apache.druid.segment.loading.TombstoneLoadSpec
- All Implemented Interfaces:
LoadSpec
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.druid.segment.loading.LoadSpec
LoadSpec.LoadSpecResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadSegment(File destDir) Method should put the segment files in the directory passedstatic intwriteFactoryFile(File destDir)
-
Constructor Details
-
TombstoneLoadSpec
public TombstoneLoadSpec()
-
-
Method Details
-
loadSegment
Description copied from interface:LoadSpecMethod should put the segment files in the directory passed- Specified by:
loadSegmentin interfaceLoadSpec- Parameters:
destDir- The destination directory- Returns:
- The byte count of data put in the destination directory
- Throws:
SegmentLoadingException
-
writeFactoryFile
- Throws:
IOException
-