Package one.microstream.com.binary
Interface ComPersistenceChannelBinary<C>
- All Superinterfaces:
ComPersistenceChannel<C,Binary>
,PersistenceChannel<Binary>
,PersistenceSource<Binary>
,PersistenceTarget<Binary>
,PersistenceWriteController
,WriteController
- All Known Implementing Classes:
ComPersistenceChannelBinary.Abstract
,ComPersistenceChannelBinary.Default
public interface ComPersistenceChannelBinary<C> extends ComPersistenceChannel<C,Binary>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComPersistenceChannelBinary.Abstract<C>
static class
ComPersistenceChannelBinary.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
-
Method Summary
Static Methods Modifier and Type Method Description static ComPersistenceChannelBinary.Default
New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)
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
-
Method Details
-
New
static ComPersistenceChannelBinary.Default New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)
-