Package one.microstream.com
Interface ComPersistenceChannel<C,D>
- All Superinterfaces:
PersistenceChannel<D>
,PersistenceSource<D>
,PersistenceTarget<D>
,PersistenceWriteController
,WriteController
- All Known Subinterfaces:
ComPersistenceChannelBinary<C>
- All Known Implementing Classes:
ComPersistenceChannel.Abstract
,ComPersistenceChannelBinary.Abstract
,ComPersistenceChannelBinary.Default
public interface ComPersistenceChannel<C,D> extends PersistenceChannel<D>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComPersistenceChannel.Abstract<C,D>
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
-
Method Summary
Methods inherited from interface one.microstream.persistence.types.PersistenceChannel
closeChannel, prepareChannel
Methods inherited from interface one.microstream.persistence.types.PersistenceSource
closeSource, prepareSource, read, readByObjectIds
Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget, write
Methods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled