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(StorageLiveChannelFile<?> sourceFile, long sourcePosition, long length)
void
enqueueDeletionItem(StorageLiveChannelFile<?> file)
void
enqueueTruncatingItem(StorageLiveChannelFile<?> file, long newLength)