Class GridH2Double
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2ValueMessage
-
- org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2Double
-
- All Implemented Interfaces:
Serializable,Message
public class GridH2Double extends GridH2ValueMessage
H2 Double.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.plugin.extensions.communication.Message
DIRECT_TYPE_SIZE
-
-
Constructor Summary
Constructors Constructor Description GridH2Double()GridH2Double(org.h2.value.Value val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortdirectType()bytefieldsCount()booleanreadFrom(ByteBuffer buf, MessageReader reader)StringtoString()org.h2.value.Valuevalue(GridKernalContext ctx)Gets H2 value.booleanwriteTo(ByteBuffer buf, MessageWriter writer)-
Methods inherited from class org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2ValueMessage
onAckReceived
-
-
-
-
Method Detail
-
value
public org.h2.value.Value value(GridKernalContext ctx)
Gets H2 value.- Specified by:
valuein classGridH2ValueMessage- Parameters:
ctx- Kernal context.- Returns:
- Value.
-
writeTo
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
- Specified by:
writeToin interfaceMessage- Overrides:
writeToin classGridH2ValueMessage
-
readFrom
public boolean readFrom(ByteBuffer buf, MessageReader reader)
- Specified by:
readFromin interfaceMessage- Overrides:
readFromin classGridH2ValueMessage
-
directType
public short directType()
-
fieldsCount
public byte fieldsCount()
-
-