Class IndexStoreSortStrategyBase
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.indexstore.IndexStoreSortStrategyBase
-
- All Implemented Interfaces:
SortStrategy,IndexStoreSortStrategy
- Direct Known Subclasses:
PipelinedStrategy,PipelinedTreeStoreStrategy
public abstract class IndexStoreSortStrategyBase extends Object implements IndexStoreSortStrategy
-
-
Constructor Summary
Constructors Constructor Description IndexStoreSortStrategyBase(File storeDir, Compression algorithm, Predicate<String> pathPredicate, Set<String> preferredPaths, String checkpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilecreateMetadataFile()CompressiongetAlgorithm()StringgetCheckpoint()Predicate<String>getPathPredicate()Set<String>getPreferredPaths()FilegetStoreDir()StringgetStoreType()StringgetStrategyName()-
Methods 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
-
-
-
-
Method Detail
-
getStoreDir
public File getStoreDir()
- Specified by:
getStoreDirin interfaceIndexStoreSortStrategy
-
getAlgorithm
public Compression getAlgorithm()
- Specified by:
getAlgorithmin interfaceIndexStoreSortStrategy
-
getStrategyName
public String getStrategyName()
- Specified by:
getStrategyNamein interfaceIndexStoreSortStrategy
-
getStoreType
public String getStoreType()
- Specified by:
getStoreTypein interfaceIndexStoreSortStrategy
-
getCheckpoint
public String getCheckpoint()
- Specified by:
getCheckpointin interfaceIndexStoreSortStrategy
-
getPreferredPaths
public Set<String> getPreferredPaths()
- Specified by:
getPreferredPathsin interfaceIndexStoreSortStrategy
-
getPathPredicate
public Predicate<String> getPathPredicate()
- Specified by:
getPathPredicatein interfaceIndexStoreSortStrategy
-
createMetadataFile
public File createMetadataFile() throws IOException
- Specified by:
createMetadataFilein interfaceIndexStoreSortStrategy- Throws:
IOException
-
-