Interface IndexStoreSortStrategy
-
- All Superinterfaces:
SortStrategy
- All Known Implementing Classes:
IndexStoreSortStrategyBase,PipelinedStrategy,PipelinedTreeStoreStrategy
public interface IndexStoreSortStrategy extends SortStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilecreateMetadataFile()CompressiongetAlgorithm()StringgetCheckpoint()Predicate<String>getPathPredicate()Set<String>getPreferredPaths()FilegetStoreDir()StringgetStoreType()StringgetStrategyName()-
Methods inherited from interface org.apache.jackrabbit.oak.index.indexer.document.flatfile.SortStrategy
createSortedStoreFile, getEntryCount
-
-
-
-
Method Detail
-
getStrategyName
String getStrategyName()
-
getStoreType
String getStoreType()
-
getCheckpoint
String getCheckpoint()
-
createMetadataFile
File createMetadataFile() throws IOException
- Throws:
IOException
-
getStoreDir
File getStoreDir()
-
getAlgorithm
Compression getAlgorithm()
-
-