public interface GridNioMessageWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
write(@Nullable UUID nodeId,
Message msg,
ByteBuffer buf) |
int |
writeFully(@Nullable UUID nodeId,
Message msg,
OutputStream out,
ByteBuffer buf) |
boolean write(@Nullable
@Nullable UUID nodeId,
Message msg,
ByteBuffer buf)
nodeId - Node ID.msg - Message to write.buf - Buffer.int writeFully(@Nullable
@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.8.0 Release Date : February 27 2020