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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019