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 SummaryNested Classes Modifier and Type Interface Description static interfaceStorageDataInventoryFile.Creatorstatic classStorageDataInventoryFile.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageDataFileStorageDataFile.Abstract
- 
Method SummaryModifier and Type Method Description intchannelIndex()AFilefile()static StorageDataInventoryFileNew(AFile file, int channelIndex, long number)longnumber()
- 
Method Details- 
fileAFile file()- Specified by:
- filein interface- StorageFile
 
- 
channelIndexint channelIndex()- Specified by:
- channelIndexin interface- StorageChannelFile
- Specified by:
- channelIndexin interface- StorageDataFile
- Specified by:
- channelIndexin interface- StorageHashChannelPart
 
- 
numberlong number()- Specified by:
- numberin interface- StorageDataFile
 
- 
New
 
-