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 SummaryNested Classes Modifier and Type Interface Description static classComPersistenceChannelBinary.Abstract<C>static classComPersistenceChannelBinary.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteControllerPersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
- 
Method SummaryStatic Methods Modifier and Type Method Description static ComPersistenceChannelBinary.DefaultNew(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)Methods inherited from interface one.microstream.persistence.types.PersistenceChannelcloseChannel, prepareChannelMethods inherited from interface one.microstream.persistence.types.PersistenceSourcecloseSource, prepareSource, read, readByObjectIdsMethods inherited from interface one.microstream.persistence.types.PersistenceTargetcloseTarget, prepareTarget, writeMethods inherited from interface one.microstream.persistence.types.PersistenceWriteControllerisStoringEnabled, validateIsStoringEnabled
- 
Method Details- 
Newstatic ComPersistenceChannelBinary.Default New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)
 
-