public class OdbcMessageParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
PROTO_VER
Current ODBC communication protocol version.
|
static String |
PROTO_VER_SINCE
Apache Ignite version when ODBC communication protocol version has been introduced.
|
| Constructor and Description |
|---|
OdbcMessageParser(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
OdbcRequest |
decode(byte[] msg)
Decode OdbcRequest from byte array.
|
byte[] |
encode(OdbcResponse msg)
Encode OdbcResponse to byte array.
|
public static final long PROTO_VER
public static final String PROTO_VER_SINCE
public OdbcMessageParser(GridKernalContext ctx)
ctx - Context.public OdbcRequest decode(byte[] msg)
msg - Message.public byte[] encode(OdbcResponse msg)
msg - Message.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016