Interface PersistenceChannel<M>
-
- All Superinterfaces:
PersistenceSource<M>,PersistenceTarget<M>
- All Known Subinterfaces:
ComPersistenceChannel<C,M>,ComPersistenceChannelBinary<C>
- All Known Implementing Classes:
BinaryFileStorage,ComPersistenceChannel.Abstract,ComPersistenceChannelBinary.Abstract,ComPersistenceChannelBinary.Default
public interface PersistenceChannel<M> extends PersistenceTarget<M>, PersistenceSource<M>
-
-
Method Summary
Modifier and Type Method Description default voidcloseChannel()default voidprepareChannel()-
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
-
-