public class OdbcRequestHandler extends Object implements SqlListenerRequestHandler
| Constructor and Description |
|---|
OdbcRequestHandler(GridKernalContext ctx,
GridSpinBusyLock busyLock,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean replicatedOnly,
boolean collocated)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SqlListenerResponse |
handle(SqlListenerRequest req0)
Handle request.
|
SqlListenerResponse |
handleException(Exception e)
Handle exception.
|
public OdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean replicatedOnly, boolean collocated)
ctx - Context.busyLock - Shutdown latch.maxCursors - Maximum allowed cursors.distributedJoins - Distributed joins flag.enforceJoinOrder - Enforce join order flag.replicatedOnly - Replicated only flag.collocated - Collocated flag.public SqlListenerResponse handle(SqlListenerRequest req0)
handle in interface SqlListenerRequestHandlerreq0 - Request.public SqlListenerResponse handleException(Exception e)
handleException in interface SqlListenerRequestHandlere - Exception.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017