Package one.microstream.storage.types
Interface StorageChannelFile
-
- All Superinterfaces:
StorageClosableFile,StorageFile,StorageHashChannelPart
- All Known Subinterfaces:
StorageBackupChannelFile,StorageBackupDataFile,StorageBackupTransactionsFile,StorageDataFile,StorageDataInventoryFile,StorageLiveChannelFile<F>,StorageLiveDataFile,StorageLiveTransactionsFile,StorageTransactionsFile,StorageTruncatableChannelFile
- All Known Implementing Classes:
StorageBackupDataFile.Default,StorageBackupTransactionsFile.Default,StorageChannelFile.Abstract,StorageDataFile.Abstract,StorageDataInventoryFile.Default,StorageLiveDataFile.Default,StorageLiveTransactionsFile.Default
public interface StorageChannelFile extends StorageClosableFile, StorageHashChannelPart
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageChannelFile.Abstract
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intchannelIndex()-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
-
-
-
Method Detail
-
channelIndex
int channelIndex()
- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
-