Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
@Nullable ClientConnectorConfiguration |
IgniteConfiguration.getClientConnectorConfiguration()
Gets client connector configuration.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setHost(@Nullable String host)
Set host.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setIdleTimeout(long idleTimeout)
Sets idle timeout for client connections.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setJdbcEnabled(boolean jdbcEnabled)
Sets whether access through JDBC is enabled.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setMaxOpenCursorsPerConnection(int maxOpenCursorsPerConn)
Sets maximum number of opened cursors per connection.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setOdbcEnabled(boolean odbcEnabled)
Sets whether access through ODBC is enabled.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setPort(int port)
Set port.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setPortRange(int portRange)
Set port range.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setSocketReceiveBufferSize(int sockRcvBufSize)
Sets socket receive buffer size.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setSocketSendBufferSize(int sockSndBufSize)
Sets socket send buffer size.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setSslClientAuth(boolean sslClientAuth)
Sets flag indicating whether or not SSL client authentication is required.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setSslContextFactory(javax.cache.configuration.Factory<SSLContext> sslCtxFactory)
Sets SSL context factory that will be used for creating a secure socket layer.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setSslEnabled(boolean sslEnabled)
Sets whether Secure Socket Layer should be enabled for client connector.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setTcpNoDelay(boolean tcpNoDelay)
Set TCP NO_DELAY flag.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setThinClientEnabled(boolean thinCliEnabled)
Sets whether access through thin client is enabled.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setThreadPoolSize(int threadPoolSize)
Sets thread pool that is in charge of processing SQL requests.
|
ClientConnectorConfiguration |
ClientConnectorConfiguration.setUseIgniteSslContextFactory(boolean useIgniteSslCtxFactory)
Sets whether to use Ignite SSL context factory.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setClientConnectorConfiguration(@Nullable ClientConnectorConfiguration cliConnCfg)
Sets client connector configuration.
|
Constructor and Description |
---|
ClientConnectorConfiguration(ClientConnectorConfiguration cfg)
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