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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intchannelIndex()<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, ensureReadable, ensureWritable, exists, file, internalOpenReading, internalOpenWriting, 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.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.StorageLiveTransactionsFile
ensureBackupFile
-
Methods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
-
-
-
Method Detail
-
channelIndex
public final int channelIndex()
- Specified by:
channelIndexin interfaceStorageChannelFile- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
processBy
public <P extends StorageTransactionsAnalysis.EntryIterator> P processBy(P iterator)
- Specified by:
processByin interfaceStorageLiveTransactionsFile
-
-