Package one.microstream.storage.types
Interface StorageLiveTransactionsFile
-
- All Superinterfaces:
StorageBackupableFile,StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart,StorageLiveChannelFile<StorageLiveTransactionsFile>,StorageLiveFile<StorageLiveTransactionsFile>,StorageTransactionsFile,StorageTruncatableChannelFile
- All Known Implementing Classes:
StorageLiveTransactionsFile.Default
public interface StorageLiveTransactionsFile extends StorageTransactionsFile, StorageLiveChannelFile<StorageLiveTransactionsFile>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageLiveTransactionsFile.Default-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageLiveFile
StorageLiveFile.Abstract<S extends StorageLiveFile<S>>
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionsFile
StorageTransactionsFile.Creator<F extends StorageTransactionsFile>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StorageBackupTransactionsFileensureBackupFile(StorageBackupInventory backupInventory)static StorageLiveTransactionsFileNew(one.microstream.afs.types.AFile file, int channelIndex)<P extends StorageTransactionsAnalysis.EntryIterator>
PprocessBy(P iterator)-
Methods inherited from interface one.microstream.storage.types.StorageChannelFile
channelIndex
-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
Methods inherited from interface one.microstream.storage.types.StorageFile
copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, identifier, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, writeBytes
-
Methods inherited from interface one.microstream.storage.types.StorageLiveFile
clearUsages, executeIfUnsued, hasUsers, registerUsage, unregisterUsage, unregisterUsageClosing
-
Methods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
-
-
-
Method Detail
-
ensureBackupFile
default StorageBackupTransactionsFile ensureBackupFile(StorageBackupInventory backupInventory)
- Specified by:
ensureBackupFilein interfaceStorageBackupableFile- Specified by:
ensureBackupFilein interfaceStorageLiveChannelFile<StorageLiveTransactionsFile>- Specified by:
ensureBackupFilein interfaceStorageTransactionsFile
-
processBy
<P extends StorageTransactionsAnalysis.EntryIterator> P processBy(P iterator)
-
New
static StorageLiveTransactionsFile New(one.microstream.afs.types.AFile file, int channelIndex)
-
-