Interface IncrementalIndexStoreSortStrategy
-
- All Superinterfaces:
SortStrategy
- All Known Implementing Classes:
IncrementalFlatFileStoreStrategy
public interface IncrementalIndexStoreSortStrategy extends SortStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
createMetadataFile()
File
createSortedStoreFile()
String
getAfterCheckpoint()
String
getBeforeCheckpoint()
long
getEntryCount()
Predicate<String>
getPathPredicate()
Set<String>
getPreferredPaths()
String
getStoreType()
String
getStrategyName()
-
-
-
Method Detail
-
getStrategyName
String getStrategyName()
-
getBeforeCheckpoint
String getBeforeCheckpoint()
-
getAfterCheckpoint
String getAfterCheckpoint()
-
createMetadataFile
File createMetadataFile() throws IOException
- Throws:
IOException
-
getStoreType
String getStoreType()
-
createSortedStoreFile
File createSortedStoreFile() throws IOException, CompositeException
- Specified by:
createSortedStoreFile
in interfaceSortStrategy
- Throws:
IOException
CompositeException
-
getEntryCount
long getEntryCount()
- Specified by:
getEntryCount
in interfaceSortStrategy
-
-