Package one.microstream.storage.types
Interface StorageDataInventoryFile
-
- All Superinterfaces:
StorageBackupableFile,StorageChannelFile,StorageClosableFile,StorageDataFile,StorageFile,StorageHashChannelPart
- All Known Implementing Classes:
StorageDataInventoryFile.Default
public interface StorageDataInventoryFile extends StorageDataFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStorageDataInventoryFile.Creatorstatic classStorageDataInventoryFile.Default-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFile
StorageDataFile.Abstract
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intchannelIndex()one.microstream.afs.types.AFilefile()static StorageDataInventoryFileNew(one.microstream.afs.types.AFile file, int channelIndex, long number)longnumber()-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
Methods inherited from interface one.microstream.storage.types.StorageDataFile
ensureBackupFile
-
-
-
-
Method Detail
-
file
one.microstream.afs.types.AFile file()
- Specified by:
filein interfaceStorageFile
-
channelIndex
int channelIndex()
- Specified by:
channelIndexin interfaceStorageChannelFile- Specified by:
channelIndexin interfaceStorageDataFile- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
number
long number()
- Specified by:
numberin interfaceStorageDataFile
-
New
static StorageDataInventoryFile New(one.microstream.afs.types.AFile file, int channelIndex, long number)
-
-