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.exceptions
Methods in one.microstream.storage.exceptions that return StorageChannelFile Modifier and Type Method Description StorageChannelFile
StorageExceptionBackupCopying. 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.types
Subinterfaces of StorageChannelFile in one.microstream.storage.types Modifier and Type Interface Description interface
StorageBackupChannelFile
interface
StorageBackupDataFile
interface
StorageBackupTransactionsFile
interface
StorageDataFile
interface
StorageDataInventoryFile
interface
StorageLiveChannelFile<F extends StorageLiveChannelFile<F>>
interface
StorageLiveDataFile
interface
StorageLiveTransactionsFile
interface
StorageTransactionsFile
interface
StorageTruncatableChannelFile
Classes in one.microstream.storage.types that implement StorageChannelFile Modifier and Type Class Description static class
StorageBackupDataFile.Default
static class
StorageBackupTransactionsFile.Default
static class
StorageChannelFile.Abstract
static class
StorageDataFile.Abstract
static class
StorageDataInventoryFile.Default
static class
StorageLiveDataFile.Default
static class
StorageLiveTransactionsFile.Default
static class
StorageRequestTaskImportData.SourceFileSlice
Methods in one.microstream.storage.types with parameters of type StorageChannelFile Modifier and Type Method Description static void
StorageFileWriter. deleteFile(StorageChannelFile file, StorageWriteController writeController, StorageFileProvider fileProvider)
AFile
StorageFileProvider.Abstract. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)
AFile
StorageFileProvider. provideDeletionTargetFile(StorageChannelFile fileToBeDeleted)
AFile
StorageFileProvider.Abstract. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)
AFile
StorageFileProvider. provideTruncationTargetFile(StorageChannelFile fileToBeTruncated, long newLength)
static boolean
StorageFileWriter. rescueFromDeletion(StorageChannelFile file, StorageWriteController writeController, StorageFileProvider fileProvider)