public interface GridNioMessageWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(UUID nodeId,
Message msg,
ByteBuffer buf) |
int |
writeFully(UUID nodeId,
Message msg,
OutputStream out,
ByteBuffer buf) |
boolean write(@Nullable
UUID nodeId,
Message msg,
ByteBuffer buf)
nodeId - Node ID.msg - Message to write.buf - Buffer.int writeFully(@Nullable
UUID nodeId,
Message msg,
OutputStream out,
ByteBuffer buf)
throws IOException
nodeId - Node ID.msg - Message to write.out - Output stream to write to.buf - Buffer.IOException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017