Package one.microstream.storage.types
Class StorageLiveTransactionsFile.Default
java.lang.Object
one.microstream.storage.types.StorageFile.Abstract
one.microstream.storage.types.StorageLiveFile.Abstract<StorageLiveTransactionsFile>
one.microstream.storage.types.StorageLiveTransactionsFile.Default
- All Implemented Interfaces:
StorageBackupableFile
,StorageChannelFile
,StorageClosableFile
,StorageFile
,StorageHashChannelPart
,StorageLiveChannelFile<StorageLiveTransactionsFile>
,StorageLiveFile<StorageLiveTransactionsFile>
,StorageLiveTransactionsFile
,StorageTransactionsFile
,StorageTruncatableChannelFile
- Enclosing interface:
- StorageLiveTransactionsFile
public static final class StorageLiveTransactionsFile.Default extends StorageLiveFile.Abstract<StorageLiveTransactionsFile> implements StorageLiveTransactionsFile
-
Nested Class Summary
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.StorageLiveTransactionsFile
StorageLiveTransactionsFile.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionsFile
StorageTransactionsFile.Creator<F extends StorageTransactionsFile>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description int
channelIndex()
<P extends StorageTransactionsAnalysis.EntryIterator>
PprocessBy(P iterator)
Methods inherited from class one.microstream.storage.types.StorageLiveFile.Abstract
clearUsages, executeIfUnsued, hasUsers, registerUsage, unregisterUsage, unregisterUsageClosing
Methods inherited from class one.microstream.storage.types.StorageFile.Abstract
close, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, isOpen, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, toString, truncate, writeBytes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.StorageLiveTransactionsFile
ensureBackupFile
Methods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
channelIndex
public final int channelIndex()- Specified by:
channelIndex
in interfaceStorageChannelFile
- Specified by:
channelIndex
in interfaceStorageHashChannelPart
-
processBy
- Specified by:
processBy
in interfaceStorageLiveTransactionsFile
-