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 FilecreateMetadataFile()FilecreateSortedStoreFile()StringgetAfterCheckpoint()StringgetBeforeCheckpoint()longgetEntryCount()Predicate<String>getPathPredicate()Set<String>getPreferredPaths()StringgetStoreType()StringgetStrategyName()
-
-
-
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:
createSortedStoreFilein interfaceSortStrategy- Throws:
IOExceptionCompositeException
-
getEntryCount
long getEntryCount()
- Specified by:
getEntryCountin interfaceSortStrategy
-
-