Package one.microstream.storage.types
Interface StorageDataFile
-
- All Superinterfaces:
StorageBackupableFile,StorageChannelFile,StorageClosableFile,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
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intchannelIndex()default StorageBackupDataFileensureBackupFile(StorageBackupInventory backupInventory)longnumber()static intorderByNumber(StorageDataFile file1, StorageDataFile file2)-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
-
-
-
Method Detail
-
channelIndex
int channelIndex()
- Specified by:
channelIndexin interfaceStorageChannelFile- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
number
long number()
-
ensureBackupFile
default StorageBackupDataFile ensureBackupFile(StorageBackupInventory backupInventory)
- Specified by:
ensureBackupFilein interfaceStorageBackupableFile
-
orderByNumber
static int orderByNumber(StorageDataFile file1, StorageDataFile file2)
-
-