public abstract class GridH2ValueMessage extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridH2ValueMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAckReceived() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader) |
abstract org.h2.value.Value |
value(GridKernalContext ctx)
Gets H2 value.
|
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdirectType, fieldsCountpublic abstract org.h2.value.Value value(GridKernalContext ctx) throws IgniteCheckedException
ctx - Kernal context.IgniteCheckedException - If failed.public void onAckReceived()
onAckReceived in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018