public class GridH2ValueMessageFactory extends Object
| Constructor and Description |
|---|
GridH2ValueMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
Message |
create(short type) |
static Value[] |
fillArray(Iterator<? extends Message> src,
Value[] dst,
GridKernalContext ctx) |
static GridH2ValueMessage |
toMessage(Value v) |
static Collection<Message> |
toMessages(Collection<Value[]> src,
Collection<Message> dst,
int cnt) |
public Message create(short type)
public static Collection<Message> toMessages(Collection<Value[]> src, Collection<Message> dst, int cnt) throws IgniteCheckedException
src - Source values.dst - Destination collection.cnt - Number of columns to actually send.IgniteCheckedException - If failed.public static Value[] fillArray(Iterator<? extends Message> src, Value[] dst, GridKernalContext ctx) throws IgniteCheckedException
src - Source iterator.dst - Array to fill with values.ctx - Kernal context.IgniteCheckedException - If failed.public static GridH2ValueMessage toMessage(Value v) throws IgniteCheckedException
v - Value.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019