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 class
StorageDataFile.Abstract
static interface
StorageDataFile.Creator<F extends StorageDataFile>
-
Method Summary
Modifier and Type Method Description int
channelIndex()
default StorageBackupDataFile
ensureBackupFile(StorageBackupInventory backupInventory)
long
number()
static int
orderByNumber(StorageDataFile file1, StorageDataFile file2)
-
Method Details
-
channelIndex
int channelIndex()- Specified by:
channelIndex
in interfaceStorageChannelFile
- Specified by:
channelIndex
in interfaceStorageHashChannelPart
-
number
long number() -
ensureBackupFile
- Specified by:
ensureBackupFile
in interfaceStorageBackupableFile
-
orderByNumber
-