Package org.apache.druid.segment.loading
Class TombstoneLoadSpec
- java.lang.Object
-
- org.apache.druid.segment.loading.TombstoneLoadSpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.druid.segment.loading.LoadSpec
LoadSpec.LoadSpecResult
-
-
Constructor Summary
Constructors Constructor Description TombstoneLoadSpec()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadSpec.LoadSpecResultloadSegment(File destDir)Method should put the segment files in the directory passedstatic intwriteFactoryFile(File destDir)
-
-
-
Method Detail
-
loadSegment
public LoadSpec.LoadSpecResult loadSegment(File destDir) throws SegmentLoadingException
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
public static int writeFactoryFile(File destDir) throws IOException
- Throws:
IOException
-
-