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.communication
Methods in org.apache.ignite.plugin.extensions.communication that return MessageWriter Modifier and Type Method Description MessageWriter
MessageFormatter. 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 boolean
Message. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer. -
Uses of MessageWriter in org.apache.ignite.spi.collision.jobstealing
Methods in org.apache.ignite.spi.collision.jobstealing with parameters of type MessageWriter Modifier and Type Method Description boolean
JobStealingRequest. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer. -
Uses of MessageWriter in org.apache.ignite.spi.communication.tcp.messages
Methods in org.apache.ignite.spi.communication.tcp.messages with parameters of type MessageWriter Modifier and Type Method Description boolean
HandshakeMessage. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer.boolean
HandshakeMessage2. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer.boolean
HandshakeWaitMessage. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer.boolean
NodeIdMessage. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer.boolean
RecoveryLastReceivedMessage. writeTo(ByteBuffer buf, MessageWriter writer)
Writes this message to provided byte buffer.
-