Package one.microstream.storage.types
Class StorageDataFile.Abstract
java.lang.Object
one.microstream.storage.types.StorageFile.Abstract
one.microstream.storage.types.StorageChannelFile.Abstract
one.microstream.storage.types.StorageDataFile.Abstract
- All Implemented Interfaces:
StorageBackupableFile
,StorageChannelFile
,StorageClosableFile
,StorageDataFile
,StorageFile
,StorageHashChannelPart
- Direct Known Subclasses:
StorageBackupDataFile.Default
,StorageDataInventoryFile.Default
- Enclosing interface:
- StorageDataFile
public abstract static class StorageDataFile.Abstract extends StorageChannelFile.Abstract implements StorageDataFile
-
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.StorageDataFile
StorageDataFile.Abstract, StorageDataFile.Creator<F extends StorageDataFile>
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 long
number()
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.StorageDataFile
channelIndex, ensureBackupFile
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
number
public final long number()- Specified by:
number
in interfaceStorageDataFile
-