Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setSqlConnectorConfiguration(SqlConnectorConfiguration sqlConnCfg)
Deprecated.
|
Constructor and Description |
---|
SqlConnectorConfiguration(SqlConnectorConfiguration cfg)
Deprecated.
Creates SQL connector configuration by copying all properties from given configuration.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019