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 interfaceStorageDataInventoryFile.Creatorstatic classStorageDataInventoryFile.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFile
StorageDataFile.Abstract -
Method Summary
Modifier and Type Method Description intchannelIndex()AFilefile()static StorageDataInventoryFileNew(AFile file, int channelIndex, long number)longnumber()
-
Method Details
-
file
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
-