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 Summary
Nested Classes Modifier and Type Interface Description static classStorageDataFile.Abstractstatic interfaceStorageDataFile.Creator<F extends StorageDataFile> -
Method Summary
Modifier and Type Method Description intchannelIndex()default StorageBackupDataFileensureBackupFile(StorageBackupInventory backupInventory)longnumber()static intorderByNumber(StorageDataFile file1, StorageDataFile file2)
-
Method Details
-
channelIndex
int channelIndex()- Specified by:
channelIndexin interfaceStorageChannelFile- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
number
long number() -
ensureBackupFile
- Specified by:
ensureBackupFilein interfaceStorageBackupableFile
-
orderByNumber
-