Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.msg.GridH2ValueMessage
-
Packages that use GridH2ValueMessage Package Description org.apache.ignite.internal.processors.query.h2.twostep.msg -
-
Uses of GridH2ValueMessage in org.apache.ignite.internal.processors.query.h2.twostep.msg
Subclasses of GridH2ValueMessage in org.apache.ignite.internal.processors.query.h2.twostep.msg Modifier and Type Class Description classGridH2ArrayH2 Array.classGridH2BooleanH2 Boolean.classGridH2ByteH2 Byte.classGridH2BytesH2 Bytes.classGridH2CacheObjectH2 Cache object message.classGridH2DateH2 Date.classGridH2DecimalH2 Decimal.classGridH2DoubleH2 Double.classGridH2FloatH2 Float.classGridH2GeometryH2 Geometry.classGridH2IntegerH2 Integer.classGridH2JavaObjectH2 Java Object.classGridH2LongH2 Long.classGridH2NullMessage forValue.NULL.classGridH2ShortH2 Short.classGridH2StringH2 String.classGridH2TimeH2 Time.classGridH2TimestampH2 Timestamp.classGridH2UuidH2 Uuid.Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return GridH2ValueMessage Modifier and Type Method Description static GridH2ValueMessageGridH2ValueMessageFactory. toMessage(org.h2.value.Value v)Methods in org.apache.ignite.internal.processors.query.h2.twostep.msg that return types with arguments of type GridH2ValueMessage Modifier and Type Method Description List<GridH2ValueMessage>GridH2RowMessage. values()Method parameters in org.apache.ignite.internal.processors.query.h2.twostep.msg with type arguments of type GridH2ValueMessage Modifier and Type Method Description voidGridH2RowMessage. values(List<GridH2ValueMessage> vals)
-