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 classComPersistenceChannelBinary.Abstract<C>static classComPersistenceChannelBinary.DefaultNested 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.DefaultNew(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController)Methods inherited from interface one.microstream.persistence.types.PersistenceChannel
closeChannel, prepareChannelMethods inherited from interface one.microstream.persistence.types.PersistenceSource
closeSource, prepareSource, read, readByObjectIdsMethods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget, writeMethods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabledMethods inherited from interface one.microstream.afs.types.WriteController
isWritable, validateIsWritable 
- 
Method Details
- 
New
static ComPersistenceChannelBinary.Default New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting, PersistenceWriteController writeController) 
 -