Package one.microstream.storage.types
Interface StorageBackupDataFile
-
- All Superinterfaces:
StorageBackupableFile,StorageBackupChannelFile,StorageBackupFile,StorageChannelFile,StorageClosableFile,StorageDataFile,StorageFile,StorageHashChannelPart,StorageTruncatableChannelFile
- All Known Implementing Classes:
StorageBackupDataFile.Default
public interface StorageBackupDataFile extends StorageDataFile, StorageBackupChannelFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBackupDataFile.Default-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFile
StorageDataFile.Abstract, StorageDataFile.Creator<F extends StorageDataFile>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
-
-
Method Summary
Static Methods Modifier and Type Method Description static StorageBackupDataFileNew(one.microstream.afs.types.AFile file, int channelIndex, long number)-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
Methods inherited from interface one.microstream.storage.types.StorageDataFile
channelIndex, ensureBackupFile, number
-
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
-
-
-
-
Method Detail
-
New
static StorageBackupDataFile New(one.microstream.afs.types.AFile file, int channelIndex, long number)
-
-