Package one.microstream.com.binary
Interface ComPersistenceChannelBinary<C>
- 
- All Superinterfaces:
 ComPersistenceChannel<C,Binary>,PersistenceChannel<Binary>,PersistenceSource<Binary>,PersistenceTarget<Binary>
- 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.Default 
- 
Method Summary
Static Methods Modifier and Type Method Description static ComPersistenceChannelBinary.DefaultNew(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting)- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
New
static ComPersistenceChannelBinary.Default New(SocketChannel channel, BufferSizeProvider bufferSizeProvider, ByteOrderTargeting<?> byteOrderTargeting)
 
 - 
 
 -