Uses of Interface
one.microstream.storage.types.StorageChannelFile
| Package | Description | 
|---|---|
| one.microstream.storage.exceptions | |
| one.microstream.storage.types | 
- 
Uses of StorageChannelFile in one.microstream.storage.exceptionsMethods in one.microstream.storage.exceptions that return StorageChannelFile Modifier and Type Method Description StorageChannelFileStorageExceptionBackupCopying. sourceFile()Constructors in one.microstream.storage.exceptions with parameters of type StorageChannelFile 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 StorageChannelFile in one.microstream.storage.typesSubinterfaces of StorageChannelFile in one.microstream.storage.types Modifier and Type Interface Description interfaceStorageBackupChannelFileinterfaceStorageBackupDataFileinterfaceStorageBackupTransactionsFileinterfaceStorageDataFileinterfaceStorageDataInventoryFileinterfaceStorageLiveChannelFile<F extends StorageLiveChannelFile<F>>interfaceStorageLiveDataFileinterfaceStorageLiveTransactionsFileinterfaceStorageTransactionsFileinterfaceStorageTruncatableChannelFileClasses in one.microstream.storage.types that implement StorageChannelFile Modifier and Type Class Description static classStorageBackupDataFile.Defaultstatic classStorageBackupTransactionsFile.Defaultstatic classStorageChannelFile.Abstractstatic classStorageDataFile.Abstractstatic classStorageDataInventoryFile.Defaultstatic classStorageLiveDataFile.Defaultstatic classStorageLiveTransactionsFile.Defaultstatic classStorageRequestTaskImportData.SourceFileSliceMethods in one.microstream.storage.types with parameters of type StorageChannelFile Modifier and Type Method Description static voidStorageFileWriter. deleteFile(StorageChannelFile file, StorageWriteController writeController, StorageFileProvider fileProvider)AFileStorageFileProvider.Abstract. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)AFileStorageFileProvider. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)AFileStorageFileProvider.Abstract. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)AFileStorageFileProvider. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)static booleanStorageFileWriter. rescueFromDeletion(StorageChannelFile file, StorageWriteController writeController, StorageFileProvider fileProvider)