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
- Enclosing interface:
- StorageChannelFile
public abstract static class StorageChannelFile.Abstract extends StorageFile.Abstract implements StorageChannelFile
-
-
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 Modifier Constructor Description protectedAbstract(one.microstream.afs.types.AFile file, int channelIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intchannelIndex()-
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
-
-
-
-
Method Detail
-
channelIndex
public final int channelIndex()
- Specified by:
channelIndexin interfaceStorageChannelFile- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
-