Package one.microstream.storage.types
Interface StorageDataInventoryFile
- All Superinterfaces:
StorageBackupableFile
,StorageChannelFile
,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 interface
StorageDataInventoryFile.Creator
static class
StorageDataInventoryFile.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFile
StorageDataFile.Abstract
-
Method Summary
Modifier and Type Method Description int
channelIndex()
AFile
file()
static StorageDataInventoryFile
New(AFile file, int channelIndex, long number)
long
number()
-
Method Details
-
file
AFile file()- Specified by:
file
in interfaceStorageFile
-
channelIndex
int channelIndex()- Specified by:
channelIndex
in interfaceStorageChannelFile
- Specified by:
channelIndex
in interfaceStorageDataFile
- Specified by:
channelIndex
in interfaceStorageHashChannelPart
-
number
long number()- Specified by:
number
in interfaceStorageDataFile
-
New
-