Package one.microstream.storage.types
Class StorageDataInventoryFile.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageFile.Abstract
-
- one.microstream.storage.types.StorageChannelFile.Abstract
-
- one.microstream.storage.types.StorageDataFile.Abstract
-
- one.microstream.storage.types.StorageDataInventoryFile.Default
-
- All Implemented Interfaces:
StorageBackupableFile,StorageChannelFile,StorageClosableFile,StorageDataFile,StorageDataInventoryFile,StorageFile,StorageHashChannelPart
- Enclosing interface:
- StorageDataInventoryFile
public static class StorageDataInventoryFile.Default extends StorageDataFile.Abstract implements StorageDataInventoryFile
-
-
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.StorageDataInventoryFile
StorageDataInventoryFile.Creator, StorageDataInventoryFile.Default
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefault(one.microstream.afs.types.AFile file, int channelIndex, long number)
-
Method Summary
-
Methods inherited from class one.microstream.storage.types.StorageDataFile.Abstract
number
-
Methods inherited from class one.microstream.storage.types.StorageChannelFile.Abstract
channelIndex
-
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.StorageDataFile
ensureBackupFile
-
Methods inherited from interface one.microstream.storage.types.StorageDataInventoryFile
channelIndex, file, number
-
-