Package one.microstream.storage.types
Interface StorageHousekeepingExecutor
- All Known Implementing Classes:
StorageChannel.Default
public interface StorageHousekeepingExecutor
-
Method Summary
Modifier and Type Method Description boolean
performEntityCacheCheck(long nanoTimeBudget)
boolean
performFileCleanupCheck(long nanoTimeBudget)
boolean
performGarbageCollection(long nanoTimeBudget)
boolean
performIssuedEntityCacheCheck(long nanoTimeBudget, StorageEntityCacheEvaluator evaluator)
boolean
performIssuedFileCleanupCheck(long nanoTimeBudget)
boolean
performIssuedGarbageCollection(long nanoTimeBudget)
-
Method Details
-
performIssuedFileCleanupCheck
boolean performIssuedFileCleanupCheck(long nanoTimeBudget) -
performIssuedGarbageCollection
boolean performIssuedGarbageCollection(long nanoTimeBudget) -
performIssuedEntityCacheCheck
-
performFileCleanupCheck
boolean performFileCleanupCheck(long nanoTimeBudget) -
performGarbageCollection
boolean performGarbageCollection(long nanoTimeBudget) -
performEntityCacheCheck
boolean performEntityCacheCheck(long nanoTimeBudget)
-