Package one.microstream.storage.types
Interface StorageBackupFile
-
- All Superinterfaces:
StorageChannelFile,StorageFile,StorageHashChannelPart,StorageNumberedFile
- All Known Implementing Classes:
StorageBackupFile.Default
public interface StorageBackupFile extends StorageNumberedFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageBackupFile.Default
-
Method Summary
Static Methods Modifier and Type Method Description static StorageBackupFileNew(StorageNumberedFile file)-
Methods inherited from interface one.microstream.storage.types.StorageFile
close, delete, exists, fileChannel, flush, identifier, isEmpty, isOpen, length, name, qualifier
-
Methods inherited from interface one.microstream.storage.types.StorageHashChannelPart
channelIndex
-
Methods inherited from interface one.microstream.storage.types.StorageNumberedFile
inventorize, number
-
-
-
-
Method Detail
-
New
static StorageBackupFile New(StorageNumberedFile file)
-
-