Uses of Interface
one.microstream.storage.types.StorageBackupFile
Package | Description |
---|---|
one.microstream.storage.exceptions | |
one.microstream.storage.types |
-
Uses of StorageBackupFile in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return StorageBackupFile Modifier and Type Method Description StorageBackupFile
StorageExceptionBackupCopying. backupFile()
Constructors in one.microstream.storage.exceptions with parameters of type StorageBackupFile Constructor Description StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile)
StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message)
StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause)
StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StorageExceptionBackupCopying(StorageChannelFile sourceFile, long sourcePosition, long length, StorageBackupFile backupFile, Throwable cause)
-
Uses of StorageBackupFile in one.microstream.storage.types
Subinterfaces of StorageBackupFile in one.microstream.storage.types Modifier and Type Interface Description interface
StorageBackupChannelFile
interface
StorageBackupDataFile
interface
StorageBackupTransactionsFile
Classes in one.microstream.storage.types that implement StorageBackupFile Modifier and Type Class Description static class
StorageBackupDataFile.Default
static class
StorageBackupTransactionsFile.Default
Methods in one.microstream.storage.types that return StorageBackupFile Modifier and Type Method Description StorageBackupFile
StorageBackupableFile. ensureBackupFile(StorageBackupInventory backupInventory)