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 File
createMetadataFile()
Compression
getAlgorithm()
String
getCheckpoint()
Predicate<String>
getPathPredicate()
Set<String>
getPreferredPaths()
File
getStoreDir()
String
getStoreType()
String
getStrategyName()
-
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()
-
-