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. -
-
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 MessageWriterMessageFormatter. writer(MessageFactory msgFactory)Creates new message writer instance.Methods in org.apache.ignite.plugin.extensions.communication with parameters of type MessageWriter Modifier and Type Method Description default booleanMessage. writeTo(ByteBuffer buf, MessageWriter writer)Deprecated.Use the code-generatedMessageSerializerinstead.booleanMessageSerializer. writeTo(Message msg, MessageWriter writer)Writes this message to provided byte buffer.
-