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.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.AbstractNested 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 StorageBackupTransactionsFileensureBackupFile(StorageBackupInventory backupInventory)static StorageLiveTransactionsFileNew(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, writeBytesMethods inherited from interface one.microstream.storage.types.StorageLiveFile
clearUsages, executeIfUnsued, hasUsers, registerUsage, unregisterUsage, unregisterUsageClosingMethods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
Method Details
-
ensureBackupFile
- Specified by:
ensureBackupFilein interfaceStorageBackupableFile- Specified by:
ensureBackupFilein interfaceStorageLiveChannelFile<StorageLiveTransactionsFile>- Specified by:
ensureBackupFilein interfaceStorageTransactionsFile
-
processBy
-
New
-