Uses of Interface
org.apache.ignite.internal.processors.odbc.ClientListenerResponseSender
-
Packages that use ClientListenerResponseSender Package Description org.apache.ignite.internal.processors.odbc.jdbc org.apache.ignite.internal.processors.odbc.odbc -
-
Uses of ClientListenerResponseSender in org.apache.ignite.internal.processors.odbc.jdbc
Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type ClientListenerResponseSender Constructor Description JdbcRequestHandler(GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean autoCloseCursors, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, @Nullable Boolean dataPageScanEnabled, @Nullable Integer updateBatchSize, @Nullable TransactionConcurrency concurrency, @Nullable TransactionIsolation isolation, long timeout, @Nullable String lb, ClientListenerProtocolVersion protocolVer, JdbcConnectionContext connCtx)Constructor. -
Uses of ClientListenerResponseSender in org.apache.ignite.internal.processors.odbc.odbc
Constructors in org.apache.ignite.internal.processors.odbc.odbc with parameters of type ClientListenerResponseSender Constructor Description OdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean replicatedOnly, boolean collocated, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, ClientListenerProtocolVersion ver, OdbcConnectionContext connCtx)Constructor.
-