com.github.tomitakussaari.mysqlcluscon.Params Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of myscluscon-driver Show documentation
Show all versions of myscluscon-driver Show documentation
JDBC Driver for always connecting to valid server in your Mariadb/Mysql/Galera cluster
The newest version!
package com.github.tomitakussaari.mysqlcluscon;
class Params {
static final Integer DEFAULT_CONNECT_TIMEOUT_IN_MS = 500;
static final String MYSQL_CONNECT_TIMEOUT_PARAM = "connectTimeout";
}