Uses of Interface
org.apache.ignite.internal.jdbc.thin.ConnectionProperties
-
Packages that use ConnectionProperties Package Description org.apache.ignite.internal.jdbc.thin -
-
Uses of ConnectionProperties in org.apache.ignite.internal.jdbc.thin
Classes in org.apache.ignite.internal.jdbc.thin that implement ConnectionProperties Modifier and Type Class Description classConnectionPropertiesImplHolds JDBC connection properties.Methods in org.apache.ignite.internal.jdbc.thin that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesJdbcThinTcpIo. connectionProperties()Methods in org.apache.ignite.internal.jdbc.thin with parameters of type ConnectionProperties Modifier and Type Method Description static SSLSocketJdbcThinSSLUtil. createSSLSocket(InetSocketAddress addr, ConnectionProperties connProps)Constructors in org.apache.ignite.internal.jdbc.thin with parameters of type ConnectionProperties Constructor Description JdbcThinConnection(ConnectionProperties connProps)Creates new connection.JdbcThinTcpIo(ConnectionProperties connProps, InetSocketAddress sockAddr, BinaryContext ctx, int timeout)Start connection and perform handshake.
-