Package one.microstream.com
Interface ComPersistenceChannel<C,M>
-
- All Superinterfaces:
PersistenceChannel<M>
,PersistenceSource<M>
,PersistenceTarget<M>
- All Known Subinterfaces:
ComPersistenceChannelBinary<C>
- All Known Implementing Classes:
ComPersistenceChannel.Abstract
,ComPersistenceChannelBinary.Abstract
,ComPersistenceChannelBinary.Default
public interface ComPersistenceChannel<C,M> extends PersistenceChannel<M>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComPersistenceChannel.Abstract<C,M>
-
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
-
-