Uses of Interface
one.microstream.storage.types.StorageBackupDataFile
-
Packages that use StorageBackupDataFile Package Description one.microstream.storage.exceptions one.microstream.storage.types -
-
Uses of StorageBackupDataFile in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return StorageBackupDataFile Modifier and Type Method Description StorageBackupDataFileStorageExceptionBackupInconsistentFileLength. backupFile()Methods in one.microstream.storage.exceptions that return types with arguments of type StorageBackupDataFile Modifier and Type Method Description one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile>StorageExceptionBackupEmptyStorageBackupAhead. backupFiles()one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile>StorageExceptionBackupEmptyStorageForNonEmptyBackup. backupFiles()one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile>StorageExceptionBackupInconsistentFileLength. backupFiles()Constructors in one.microstream.storage.exceptions with parameters of type StorageBackupDataFile Constructor Description StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, Throwable cause)Constructor parameters in one.microstream.storage.exceptions with type arguments of type StorageBackupDataFile Constructor Description StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, Throwable cause)StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles)StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message)StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause)StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles, Throwable cause)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory, one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles, StorageDataFile dataFile, long storageFileLength, StorageBackupDataFile backupDataFile, long backupFileLength, Throwable cause) -
Uses of StorageBackupDataFile in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageBackupDataFile Modifier and Type Class Description static classStorageBackupDataFile.DefaultMethods in one.microstream.storage.types that return StorageBackupDataFile Modifier and Type Method Description default StorageBackupDataFileStorageDataFile. ensureBackupFile(StorageBackupInventory backupInventory)default StorageBackupDataFileStorageLiveDataFile. ensureBackupFile(StorageBackupInventory backupInventory)StorageBackupDataFileStorageBackupHandler.Default. ensureDataFile(StorageDataFile file)StorageBackupDataFileStorageBackupInventory. ensureDataFile(StorageDataFile file)static StorageBackupDataFileStorageBackupDataFile. New(one.microstream.afs.types.AFile file, int channelIndex, long number)StorageBackupDataFileStorageBackupFileProvider.Default. provideBackupDataFile(int channelIndex, long fileNumber)StorageBackupDataFileStorageBackupFileProvider. provideBackupDataFile(int channelIndex, long fileNumber)default StorageBackupDataFileStorageBackupFileProvider. provideBackupDataFile(StorageDataFile dataFile)
-