Class IndexStoreSortStrategyBase
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.indexstore.IndexStoreSortStrategyBase
- All Implemented Interfaces:
SortStrategy
,IndexStoreSortStrategy
- Direct Known Subclasses:
PipelinedStrategy
,PipelinedTreeStoreStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionIndexStoreSortStrategyBase
(File storeDir, Compression algorithm, Predicate<String> pathPredicate, Set<String> preferredPaths, String checkpoint) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jackrabbit.oak.index.indexer.document.flatfile.SortStrategy
createSortedStoreFile, getEntryCount
-
Constructor Details
-
IndexStoreSortStrategyBase
-
-
Method Details
-
getStoreDir
- Specified by:
getStoreDir
in interfaceIndexStoreSortStrategy
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceIndexStoreSortStrategy
-
getStrategyName
- Specified by:
getStrategyName
in interfaceIndexStoreSortStrategy
-
getStoreType
- Specified by:
getStoreType
in interfaceIndexStoreSortStrategy
-
getCheckpoint
- Specified by:
getCheckpoint
in interfaceIndexStoreSortStrategy
-
getPreferredPaths
- Specified by:
getPreferredPaths
in interfaceIndexStoreSortStrategy
-
getPathPredicate
- Specified by:
getPathPredicate
in interfaceIndexStoreSortStrategy
-
createMetadataFile
- Specified by:
createMetadataFile
in interfaceIndexStoreSortStrategy
- Throws:
IOException
-