public class JdbcRequestHandler extends Object implements SqlListenerRequestHandler
| Constructor and Description |
|---|
JdbcRequestHandler(GridKernalContext ctx,
GridSpinBusyLock busyLock,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean collocated,
boolean replicatedOnly,
boolean autoCloseCursors)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SqlListenerResponse |
handle(SqlListenerRequest req0)
Handle request.
|
SqlListenerResponse |
handleException(Exception e)
Handle exception.
|
public JdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean autoCloseCursors)
ctx - Context.busyLock - Shutdown latch.maxCursors - Maximum allowed cursors.distributedJoins - Distributed joins flag.enforceJoinOrder - Enforce join order flag.collocated - Collocated flag.replicatedOnly - Replicated only flag.autoCloseCursors - Flag to automatically close server cursors.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.1.0 Release Date : July 20 2017