Uses of Interface
one.microstream.storage.types.StorageDataFile
-
Packages that use StorageDataFile Package Description one.microstream.storage.exceptions one.microstream.storage.types -
-
Uses of StorageDataFile in one.microstream.storage.exceptions
Methods in one.microstream.storage.exceptions that return StorageDataFile Modifier and Type Method Description StorageDataFileStorageExceptionBackupInconsistentFileLength. dataFile()Constructors in one.microstream.storage.exceptions with parameters of type StorageDataFile 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) -
Uses of StorageDataFile in one.microstream.storage.types
Classes in one.microstream.storage.types with type parameters of type StorageDataFile Modifier and Type Interface Description static interfaceStorageDataFile.Creator<F extends StorageDataFile>Subinterfaces of StorageDataFile in one.microstream.storage.types Modifier and Type Interface Description interfaceStorageBackupDataFileinterfaceStorageDataInventoryFileinterfaceStorageLiveDataFileClasses in one.microstream.storage.types that implement StorageDataFile Modifier and Type Class Description static classStorageBackupDataFile.Defaultstatic classStorageDataFile.Abstractstatic classStorageDataInventoryFile.Defaultstatic classStorageLiveDataFile.DefaultMethods in one.microstream.storage.types with type parameters of type StorageDataFile Modifier and Type Method Description <F extends StorageDataFile,C extends Consumer<F>>
CStorageFileProvider.Abstract. collectDataFiles(StorageDataFile.Creator<F> creator, C collector, int channelIndex)<F extends StorageDataFile,C extends Consumer<F>>
CStorageFileProvider. collectDataFiles(StorageDataFile.Creator<F> creator, C collector, int channelIndex)<F extends StorageDataFile>
voidStorageFileNameProvider.Default. parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator, Consumer<? super F> collector, int channelIndex, one.microstream.afs.types.AFile file)<F extends StorageDataFile>
voidStorageFileNameProvider. parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator, Consumer<? super F> collector, int channelIndex, one.microstream.afs.types.AFile file)Methods in one.microstream.storage.types with parameters of type StorageDataFile Modifier and Type Method Description StorageBackupDataFileStorageBackupHandler.Default. ensureDataFile(StorageDataFile file)StorageBackupDataFileStorageBackupInventory. ensureDataFile(StorageDataFile file)voidStorageFileEntityDataIterator.Default. fillBuffer(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Internal. fillBuffer(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)default longStorageFileEntityDataIterator.Internal. iterateEntityData(StorageDataFile file, long fileOffset, long iterationLength, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)longStorageFileEntityDataIterator. iterateEntityData(StorageDataFile file, long fileOffset, long iterationLength, BinaryEntityRawDataIterator dataIterator, BinaryEntityRawDataAcceptor dataAcceptor)static intStorageDataFile. orderByNumber(StorageDataFile file1, StorageDataFile file2)default voidStorageFileEntityDataIterator.Internal. prepareFile(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)default StorageBackupDataFileStorageBackupFileProvider. provideBackupDataFile(StorageDataFile dataFile)voidStorageDataFileValidator.Default. validateFile(StorageDataFile file, long fileOffset, long iterationLength)default voidStorageDataFileValidator. validateFile(StorageDataFile file)voidStorageDataFileValidator. validateFile(StorageDataFile file, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Default. validateIterationRange(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long actualFileLength, long fileOffset, long iterationLength)voidStorageFileEntityDataIterator.Internal. validateIterationRange(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long actualFileLength, long fileOffset, long iterationLength)default voidStorageFileEntityDataIterator.Internal. wrapUpFile(StorageFileEntityDataIterator.Internal self, StorageDataFile file, long fileOffset, long iterationLength)
-