Uses of Interface
org.apache.ignite.plugin.extensions.communication.MessageWriter
- 
Packages that use MessageWriter Package Description org.apache.ignite.plugin.extensions.communication Contains extendable components for communication.org.apache.ignite.spi.collision.jobstealing Contains job stealing collision SPI implementation.org.apache.ignite.spi.communication.tcp.messages Contains implementation messages.
- 
- 
Uses of MessageWriter in org.apache.ignite.plugin.extensions.communicationMethods in org.apache.ignite.plugin.extensions.communication that return MessageWriter Modifier and Type Method Description MessageWriterMessageFormatter. writer(UUID rmtNodeId)Creates new message writer instance.Methods in org.apache.ignite.plugin.extensions.communication with parameters of type MessageWriter Modifier and Type Method Description booleanMessage. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.
- 
Uses of MessageWriter in org.apache.ignite.spi.collision.jobstealingMethods in org.apache.ignite.spi.collision.jobstealing with parameters of type MessageWriter Modifier and Type Method Description booleanJobStealingRequest. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.
- 
Uses of MessageWriter in org.apache.ignite.spi.communication.tcp.messagesMethods in org.apache.ignite.spi.communication.tcp.messages with parameters of type MessageWriter Modifier and Type Method Description booleanHandshakeMessage. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.booleanHandshakeMessage2. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.booleanHandshakeWaitMessage. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.booleanNodeIdMessage. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.booleanRecoveryLastReceivedMessage. writeTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.
 
-