SqlConnectorConfiguration |
IgniteConfiguration.getSqlConnectorConfiguration() |
Deprecated.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setHost(@Nullable String host) |
Deprecated.
Set host.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setMaxOpenCursorsPerConnection(int maxOpenCursorsPerConn) |
Deprecated.
Sets maximum number of opened cursors per connection.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setPort(int port) |
Deprecated.
Set port.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setPortRange(int portRange) |
Deprecated.
Set port range.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setSocketReceiveBufferSize(int sockRcvBufSize) |
Deprecated.
Sets socket receive buffer size.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setSocketSendBufferSize(int sockSndBufSize) |
Deprecated.
Sets socket send buffer size.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setTcpNoDelay(boolean tcpNoDelay) |
Deprecated.
Set TCP NO_DELAY flag.
|
SqlConnectorConfiguration |
SqlConnectorConfiguration.setThreadPoolSize(int threadPoolSize) |
Deprecated.
Sets thread pool that is in charge of processing SQL requests.
|