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)
-
-
-
Method Detail
-
enqueueCopyingItem
void enqueueCopyingItem(StorageInventoryFile sourceFile, long sourcePosition, long length)
-
enqueueTruncatingItem
void enqueueTruncatingItem(StorageInventoryFile file, long newLength)
-
enqueueDeletionItem
void enqueueDeletionItem(StorageInventoryFile file)
-
-