Package one.microstream.storage.types
Interface StorageBackupTransactionsFile
-
- All Superinterfaces:
StorageBackupableFile,StorageBackupChannelFile,StorageBackupFile,StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart,StorageTransactionsFile,StorageTruncatableChannelFile
- All Known Implementing Classes:
StorageBackupTransactionsFile.Default
public interface StorageBackupTransactionsFile extends StorageTransactionsFile, StorageBackupChannelFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBackupTransactionsFile.Default-
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
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionsFile
StorageTransactionsFile.Creator<F extends StorageTransactionsFile>
-
-
Method Summary
Static Methods Modifier and Type Method Description static StorageBackupTransactionsFileNew(one.microstream.afs.types.AFile file, int channelIndex)-
Methods inherited from interface one.microstream.storage.types.StorageChannelFile
channelIndex
-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
Methods inherited from interface one.microstream.storage.types.StorageFile
copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, identifier, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, writeBytes
-
Methods inherited from interface one.microstream.storage.types.StorageTransactionsFile
ensureBackupFile
-
Methods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
-
-
-
Method Detail
-
New
static StorageBackupTransactionsFile New(one.microstream.afs.types.AFile file, int channelIndex)
-
-