Package one.microstream.storage.types
Interface StorageBackupItemQueue
- All Superinterfaces:
StorageBackupItemEnqueuer,StorageFileUser
- All Known Implementing Classes:
StorageBackupItemQueue.Default
public interface StorageBackupItemQueue extends StorageBackupItemEnqueuer, StorageFileUser
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBackupItemQueue.Default -
Method Summary
Modifier and Type Method Description static StorageBackupItemQueueNew()booleanprocessNextItem(StorageBackupHandler handler, long timeoutMs)Methods inherited from interface one.microstream.storage.types.StorageBackupItemEnqueuer
enqueueCopyingItem, enqueueDeletionItem, enqueueTruncatingItem
-
Method Details
-
processNextItem
- Throws:
InterruptedException
-
New
-