Uses of Interface
one.microstream.storage.types.StorageInventory
-
Packages that use StorageInventory Package Description one.microstream.storage.exceptions one.microstream.storage.types -
-
Uses of StorageInventory in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return StorageInventory Modifier and Type Method Description StorageInventoryStorageExceptionBackupEmptyStorageBackupAhead. storageInventory()StorageInventoryStorageExceptionBackupInconsistentFileLength. storageInventory()Constructors in one.microstream.storage.exceptions with parameters of type StorageInventory 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)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 StorageInventory in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageInventory Modifier and Type Class Description static classStorageInventory.DefaultMethods in one.microstream.storage.types that return StorageInventory Modifier and Type Method Description protected StorageInventoryStorageFileManager.Default. determineEffectiveStorageInventory(StorageInventory storageInventory, one.microstream.collections.EqHashTable<Long,StorageDataInventoryFile> supplementedMissingEmptyFiles)protected StorageInventory[]StorageChannelTaskInitialize.Default. internalProcessBy(StorageChannel channel)static StorageInventoryStorageInventory. New(int channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)StorageInventoryStorageChannel.Default. readStorage()StorageInventoryStorageChannel. readStorage()StorageInventoryStorageFileManager.Default. readStorage()StorageInventoryStorageFileManager. readStorage()Methods in one.microstream.storage.types with parameters of type StorageInventory Modifier and Type Method Description protected StorageInventoryStorageFileManager.Default. determineEffectiveStorageInventory(StorageInventory storageInventory, one.microstream.collections.EqHashTable<Long,StorageDataInventoryFile> supplementedMissingEmptyFiles)protected voidStorageChannelTaskInitialize.Default. fail(StorageChannel channel, StorageInventory[] result)StorageIdAnalysisStorageChannel.Default. initializeStorage(long taskTimestamp, long consistentStoreTimestamp, StorageInventory storageInventory)StorageIdAnalysisStorageChannel. initializeStorage(long taskTimestamp, long consistentStoreTimestamp, StorageInventory storageInventory)StorageIdAnalysisStorageFileManager.Default. initializeStorage(long taskTimestamp, long consistentStoreTimestamp, StorageInventory storageInventory, StorageChannel parent)StorageIdAnalysisStorageFileManager. initializeStorage(long taskTimestamp, long consistentStoreTimestamp, StorageInventory storageInventory, StorageChannel parent)protected voidStorageChannelTaskInitialize.Default. succeed(StorageChannel channel, StorageInventory[] result)voidStorageBackupHandler.Default. synchronize(StorageInventory storageInventory)voidStorageBackupHandler. synchronize(StorageInventory storageInventory)
-