Package one.microstream.storage.types
Interface StorageBackupItemEnqueuer
- All Known Subinterfaces:
StorageBackupItemQueue
- All Known Implementing Classes:
StorageBackupItemQueue.Default
public interface StorageBackupItemEnqueuer
-
Method Summary
Modifier and Type Method Description void
enqueueCopyingItem(StorageInventoryFile sourceFile, long sourcePosition, long length)
void
enqueueDeletionItem(StorageInventoryFile file)
void
enqueueTruncatingItem(StorageInventoryFile file, long newLength)