Interface PersistenceChannel<D>
- All Superinterfaces:
PersistenceSource<D>,PersistenceTarget<D>
- All Known Subinterfaces:
ComPersistenceChannel<C,D>,ComPersistenceChannelBinary<C>
- All Known Implementing Classes:
BinaryFileStorage,ComPersistenceChannel.Abstract,ComPersistenceChannelBinary.Abstract,ComPersistenceChannelBinary.Default
public interface PersistenceChannel<D> extends PersistenceTarget<D>, PersistenceSource<D>
-
Method Summary
Modifier and Type Method Description default voidcloseChannel()default voidprepareChannel()Methods inherited from interface one.microstream.persistence.types.PersistenceSource
closeSource, prepareSource, read, readByObjectIdsMethods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget, write
-
Method Details
-
prepareChannel
default void prepareChannel() -
closeChannel
default void closeChannel()
-