Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
OdbcConfiguration |
IgniteConfiguration.getOdbcConfiguration()
Deprecated.
Use
IgniteConfiguration.getClientConnectorConfiguration() ()} instead. |
OdbcConfiguration |
OdbcConfiguration.setEndpointAddress(String addr)
Deprecated.
Set ODBC endpoint address.
|
OdbcConfiguration |
OdbcConfiguration.setMaxOpenCursors(int maxOpenCursors)
Deprecated.
Sets maximum number of opened cursors per connection.
|
OdbcConfiguration |
OdbcConfiguration.setSocketReceiveBufferSize(int sockRcvBufSize)
Deprecated.
Sets socket receive buffer size.
|
OdbcConfiguration |
OdbcConfiguration.setSocketSendBufferSize(int sockSndBufSize)
Deprecated.
Sets socket send buffer size.
|
OdbcConfiguration |
OdbcConfiguration.setThreadPoolSize(int threadPoolSize)
Deprecated.
Sets thread pool that is in charge of processing ODBC tasks.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setOdbcConfiguration(OdbcConfiguration odbcCfg)
Deprecated.
|
Constructor and Description |
---|
OdbcConfiguration(OdbcConfiguration cfg)
Deprecated.
Creates ODBC server configuration by copying all properties from given configuration.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024