Class MergeIncrementalTreeStore
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.MergeIncrementalTreeStore
-
- All Implemented Interfaces:
MergeIncrementalStore
public class MergeIncrementalTreeStore extends Object implements MergeIncrementalStore
-
-
Field Summary
Fields Modifier and Type Field Description static String
TOPUP_FILE
-
Constructor Summary
Constructors Constructor Description MergeIncrementalTreeStore(File baseFile, File incrementalFile, File mergedFile, Compression algorithm)
-
-
-
Field Detail
-
TOPUP_FILE
public static final String TOPUP_FILE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MergeIncrementalTreeStore
public MergeIncrementalTreeStore(File baseFile, File incrementalFile, File mergedFile, Compression algorithm) throws IOException
- Throws:
IOException
-
-
Method Detail
-
doMerge
public void doMerge() throws IOException
- Specified by:
doMerge
in interfaceMergeIncrementalStore
- Throws:
IOException
-
getStrategyName
public String getStrategyName()
- Specified by:
getStrategyName
in interfaceMergeIncrementalStore
-
-