| Modifier and Type | Method and Description |
|---|---|
void |
JdbcThinTcpIo.handshake(ClientListenerProtocolVersion ver)
Used for versions: 2.1.5 and 2.3.0.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientListenerProtocolVersion |
ClientListenerProtocolVersion.create(int major,
int minor,
int maintenance)
Create version.
|
ClientListenerProtocolVersion |
ClientListenerConnectionContext.currentVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
ClientListenerProtocolVersion.compareTo(ClientListenerProtocolVersion other) |
void |
ClientListenerConnectionContext.initializeFromHandshake(ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
ClientListenerConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
JdbcConnectionContext.currentVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConnectionContext.initializeFromHandshake(ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
JdbcConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Constructor and Description |
|---|
JdbcRequestHandler(GridKernalContext ctx,
GridSpinBusyLock busyLock,
JdbcResponseSender sender,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean collocated,
boolean replicatedOnly,
boolean autoCloseCursors,
boolean lazy,
boolean skipReducerOnUpdate,
AuthorizationContext actx,
ClientListenerProtocolVersion protocolVer)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_1_0
Version 2.1.0.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_1_5
Version 2.1.5: added "lazy" flag.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_3_0
Version 2.3.0: added "skipReducerOnUpdate" flag.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_3_2
Version 2.3.2: added multiple statements support.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_5_0
Version 2.5.0: added authentication.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
OdbcConnectionContext.currentVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdbcConnectionContext.initializeFromHandshake(ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
OdbcConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Constructor and Description |
|---|
OdbcMessageParser(GridKernalContext ctx,
ClientListenerProtocolVersion ver) |
| Modifier and Type | Field and Description |
|---|---|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_0_0
Version 1.0.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_1_0
Version 1.1.0.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
ClientConnectionContext.currentVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionContext.initializeFromHandshake(ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
ClientConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018