Package one.microstream.com.binary
Class ComPersistenceChannelBinary.Abstract<C>
- java.lang.Object
-
- one.microstream.com.ComPersistenceChannel.Abstract<C,Binary>
-
- one.microstream.com.binary.ComPersistenceChannelBinary.Abstract<C>
-
- All Implemented Interfaces:
ComPersistenceChannelBinary<C>
,ComPersistenceChannel<C,Binary>
,PersistenceChannel<Binary>
,PersistenceSource<Binary>
,PersistenceTarget<Binary>
- Direct Known Subclasses:
ComPersistenceChannelBinary.Default
- Enclosing interface:
- ComPersistenceChannelBinary<C>
public abstract static class ComPersistenceChannelBinary.Abstract<C> extends ComPersistenceChannel.Abstract<C,Binary> implements ComPersistenceChannelBinary<C>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.com.ComPersistenceChannel
ComPersistenceChannel.Abstract<C,D>
-
Nested classes/interfaces inherited from interface one.microstream.com.binary.ComPersistenceChannelBinary
ComPersistenceChannelBinary.Abstract<C>, ComPersistenceChannelBinary.Default
-
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
-
Methods inherited from class one.microstream.com.ComPersistenceChannel.Abstract
closeChannel, closeSource, closeTarget, prepareChannel, prepareSource, prepareTarget, read, readByObjectIds, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-