public class GridH2ValueMessageFactory extends Object implements MessageFactory
| Constructor and Description |
|---|
GridH2ValueMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
Message |
create(short type) |
static org.h2.value.Value[] |
fillArray(Iterator<? extends Message> src,
org.h2.value.Value[] dst,
GridKernalContext ctx) |
static GridH2ValueMessage |
toMessage(org.h2.value.Value v) |
static Collection<Message> |
toMessages(Collection<org.h2.value.Value[]> src,
Collection<Message> dst) |
@Nullable public Message create(short type)
create in interface MessageFactorypublic static Collection<Message> toMessages(Collection<org.h2.value.Value[]> src, Collection<Message> dst) throws IgniteCheckedException
src - Source values.dst - Destination collection.IgniteCheckedException - If failed.public static org.h2.value.Value[] fillArray(Iterator<? extends Message> src, org.h2.value.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(org.h2.value.Value v) throws IgniteCheckedException
v - Value.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018