Package one.microstream.storage.types
Class StorageChannelFile.Abstract
java.lang.Object
one.microstream.storage.types.StorageFile.Abstract
one.microstream.storage.types.StorageChannelFile.Abstract
- All Implemented Interfaces:
StorageChannelFile
,StorageClosableFile
,StorageFile
,StorageHashChannelPart
- Direct Known Subclasses:
StorageBackupTransactionsFile.Default
,StorageDataFile.Abstract
,StorageRequestTaskImportData.SourceFileSlice
- Enclosing interface:
- StorageChannelFile
public abstract static class StorageChannelFile.Abstract extends StorageFile.Abstract implements StorageChannelFile, StorageClosableFile
-
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
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Modifier and Type Method Description int
channelIndex()
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
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
channelIndex
public final int channelIndex()- Specified by:
channelIndex
in interfaceStorageChannelFile
- Specified by:
channelIndex
in interfaceStorageHashChannelPart
-