Class ClientConnectorConfigurationEx
- java.lang.Object
-
- org.apache.ignite.configuration.ClientConnectorConfiguration
-
- org.apache.ignite.internal.processors.odbc.ClientConnectorConfigurationEx
-
public class ClientConnectorConfigurationEx extends ClientConnectorConfiguration
Extended client connector configuration. Needed to distinguish between default and non-default configurations.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.configuration.ClientConnectorConfiguration
DFLT_HANDSHAKE_TIMEOUT, DFLT_IDLE_TIMEOUT, DFLT_MAX_OPEN_CURSORS_PER_CONN, DFLT_PORT, DFLT_PORT_RANGE, DFLT_SELECTOR_CNT, DFLT_SESSIONS_MESSAGE_QUEUE_LIMIT, DFLT_SOCK_BUF_SIZE, DFLT_TCP_NO_DELAY, DFLT_THREAD_POOL_SIZE, DFLT_USE_IGNITE_SSL_CTX_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ClientConnectorConfigurationEx()
-
Method Summary
-
Methods inherited from class org.apache.ignite.configuration.ClientConnectorConfiguration
getHandshakeTimeout, getHost, getIdleTimeout, getMaxOpenCursorsPerConnection, getPort, getPortRange, getSelectorCount, getSessionOutboundMessageQueueLimit, getSocketReceiveBufferSize, getSocketSendBufferSize, getSslContextFactory, getThinClientConfiguration, getThreadPoolSize, isJdbcEnabled, isOdbcEnabled, isSslClientAuth, isSslEnabled, isTcpNoDelay, isThinClientEnabled, isUseIgniteSslContextFactory, setHandshakeTimeout, setHost, setIdleTimeout, setJdbcEnabled, setMaxOpenCursorsPerConnection, setOdbcEnabled, setPort, setPortRange, setSelectorCount, setSessionOutboundMessageQueueLimit, setSocketReceiveBufferSize, setSocketSendBufferSize, setSslClientAuth, setSslContextFactory, setSslEnabled, setTcpNoDelay, setThinClientConfiguration, setThinClientEnabled, setThreadPoolSize, setUseIgniteSslContextFactory, toString
-
-