public class OdbcMessageParser extends Object implements SqlListenerMessageParser
| Modifier and Type | Field and Description |
|---|---|
protected GridKernalContext |
ctx
Kernal context.
|
protected static int |
INIT_CAP
Initial output stream capacity.
|
| Constructor and Description |
|---|
OdbcMessageParser(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
SqlListenerRequest |
decode(byte[] msg)
Decode request from byte array.
|
byte[] |
encode(SqlListenerResponse msg0)
Encode response to byte array.
|
protected static final int INIT_CAP
protected GridKernalContext ctx
public OdbcMessageParser(GridKernalContext ctx)
ctx - Context.public SqlListenerRequest decode(byte[] msg)
decode in interface SqlListenerMessageParsermsg - Message.public byte[] encode(SqlListenerResponse msg0)
encode in interface SqlListenerMessageParsermsg0 - Response.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017