Package one.microstream.storage.types
Interface StorageBackupChannelFile
-
- All Superinterfaces:
StorageBackupFile,StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart,StorageTruncatableChannelFile
- All Known Subinterfaces:
StorageBackupDataFile,StorageBackupTransactionsFile
- All Known Implementing Classes:
StorageBackupDataFile.Default,StorageBackupTransactionsFile.Default
public interface StorageBackupChannelFile extends StorageTruncatableChannelFile, StorageBackupFile
-
-
Nested Class Summary
-
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
-
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.StorageTruncatableChannelFile
truncate
-
-