Package one.microstream.storage.types
Interface StorageDataFile
- All Superinterfaces:
- StorageBackupableFile,- StorageChannelFile,- StorageFile,- StorageHashChannelPart
- All Known Subinterfaces:
- StorageBackupDataFile,- StorageDataInventoryFile,- StorageLiveDataFile
- All Known Implementing Classes:
- StorageBackupDataFile.Default,- StorageDataFile.Abstract,- StorageDataInventoryFile.Default,- StorageLiveDataFile.Default
public interface StorageDataFile extends StorageChannelFile, StorageBackupableFile
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageDataFile.Abstractstatic interfaceStorageDataFile.Creator<F extends StorageDataFile>
- 
Method SummaryModifier and Type Method Description intchannelIndex()default StorageBackupDataFileensureBackupFile(StorageBackupInventory backupInventory)longnumber()static intorderByNumber(StorageDataFile file1, StorageDataFile file2)
- 
Method Details- 
channelIndexint channelIndex()- Specified by:
- channelIndexin interface- StorageChannelFile
- Specified by:
- channelIndexin interface- StorageHashChannelPart
 
- 
numberlong number()
- 
ensureBackupFile- Specified by:
- ensureBackupFilein interface- StorageBackupableFile
 
- 
orderByNumber
 
-