Package one.microstream.storage.types
Interface StorageTransactionsFile
-
- All Superinterfaces:
StorageBackupableFile,StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart
- All Known Subinterfaces:
StorageBackupTransactionsFile,StorageLiveTransactionsFile
- All Known Implementing Classes:
StorageBackupTransactionsFile.Default,StorageLiveTransactionsFile.Default
public interface StorageTransactionsFile extends StorageChannelFile, StorageBackupableFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStorageTransactionsFile.Creator<F extends StorageTransactionsFile>-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StorageBackupTransactionsFileensureBackupFile(StorageBackupInventory creator)-
Methods inherited from interface one.microstream.storage.types.StorageChannelFile
channelIndex
-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
-
-
-
Method Detail
-
ensureBackupFile
default StorageBackupTransactionsFile ensureBackupFile(StorageBackupInventory creator)
- Specified by:
ensureBackupFilein interfaceStorageBackupableFile
-
-