Package one.microstream.storage.types
Interface StorageChannelFile
- All Superinterfaces:
- 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,- StorageRequestTaskImportData.SourceFileSlice
public interface StorageChannelFile extends StorageFile, StorageHashChannelPart
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageChannelFile.Abstract
- 
Method SummaryModifier and Type Method Description intchannelIndex()
- 
Method Details- 
channelIndexint channelIndex()- Specified by:
- channelIndexin interface- StorageHashChannelPart
 
 
-