Package one.microstream.storage.types
Interface StorageLiveChannelFile<F extends StorageLiveChannelFile<F>>
- All Superinterfaces:
- StorageBackupableFile,- StorageChannelFile,- StorageClosableFile,- StorageFile,- StorageHashChannelPart,- StorageLiveFile<F>,- StorageTruncatableChannelFile
- All Known Subinterfaces:
- StorageLiveDataFile,- StorageLiveTransactionsFile
- All Known Implementing Classes:
- StorageLiveDataFile.Default,- StorageLiveTransactionsFile.Default
public interface StorageLiveChannelFile<F extends StorageLiveChannelFile<F>> extends StorageLiveFile<F>, StorageTruncatableChannelFile
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFileStorageChannelFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageLiveFileStorageLiveFile.Abstract<S extends StorageLiveFile<S>>
- 
Method SummaryModifier and Type Method Description StorageBackupChannelFileensureBackupFile(StorageBackupInventory backupInventory)Methods inherited from interface one.microstream.storage.types.StorageFilecopyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, identifier, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, writeBytesMethods inherited from interface one.microstream.storage.types.StorageLiveFileclearUsages, executeIfUnsued, hasUsers, registerUsage, unregisterUsage, unregisterUsageClosingMethods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFiletruncate
- 
Method Details- 
ensureBackupFile- Specified by:
- ensureBackupFilein interface- StorageBackupableFile
 
 
-