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 class
StorageLiveTransactionsFile.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
Modifier and Type Method Description default StorageBackupTransactionsFile
ensureBackupFile(StorageBackupInventory backupInventory)
static StorageLiveTransactionsFile
New(AFile file, int channelIndex)
<P extends StorageTransactionsAnalysis.EntryIterator>
PprocessBy(P iterator)
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 Details
-
ensureBackupFile
- Specified by:
ensureBackupFile
in interfaceStorageBackupableFile
- Specified by:
ensureBackupFile
in interfaceStorageLiveChannelFile<StorageLiveTransactionsFile>
- Specified by:
ensureBackupFile
in interfaceStorageTransactionsFile
-
processBy
-
New
-