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 Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019