Uses of Interface
one.microstream.storage.types.StorageDataInventoryFile
-
Packages that use StorageDataInventoryFile Package Description one.microstream.storage.types -
-
Uses of StorageDataInventoryFile in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageDataInventoryFile Modifier and Type Class Description static classStorageDataInventoryFile.DefaultMethods in one.microstream.storage.types that return StorageDataInventoryFile Modifier and Type Method Description StorageDataInventoryFileStorageDataInventoryFile.Creator. createDataFile(one.microstream.afs.types.AFile file, int channelIndex, long number)static StorageDataInventoryFileStorageDataInventoryFile. New(one.microstream.afs.types.AFile file, int channelIndex, long number)Methods in one.microstream.storage.types that return types with arguments of type StorageDataInventoryFile Modifier and Type Method Description one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile>StorageInventory. dataFiles()one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile>StorageInventory.Default. dataFiles()Methods in one.microstream.storage.types with parameters of type StorageDataInventoryFile Modifier and Type Method Description static StorageLiveDataFile.DefaultStorageLiveDataFile. New(StorageFileManager.Default parent, StorageDataInventoryFile inventoryFile)Method parameters in one.microstream.storage.types with type arguments of type StorageDataInventoryFile Modifier and Type Method Description protected StorageInventoryStorageFileManager.Default. determineEffectiveStorageInventory(StorageInventory storageInventory, one.microstream.collections.EqHashTable<Long,StorageDataInventoryFile> supplementedMissingEmptyFiles)static StorageEntityInitializer<StorageLiveDataFile.Default>StorageEntityInitializer. New(StorageEntityCache.Default entityCache, Function<StorageDataInventoryFile,StorageLiveDataFile.Default> dataFileCreator)static StorageInventoryStorageInventory. New(int channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)StorageLiveDataFile.DefaultStorageEntityInitializer.Default. registerEntities(one.microstream.collections.types.XGettingSequence<? extends StorageDataInventoryFile> files, long lastFileLength)DStorageEntityInitializer. registerEntities(one.microstream.collections.types.XGettingSequence<? extends StorageDataInventoryFile> files, long lastFileLength)protected voidStorageFileManager.Default. supplementedMissingEmptyFile(one.microstream.collections.EqHashTable<Long,StorageDataInventoryFile> supplementedMissingEmptyFiles, long fileNumber)
-