org.postgresql.clusterchooser.ClusterStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mogdb-jdbc Show documentation
Show all versions of mogdb-jdbc Show documentation
Java JDBC driver for MogDB
package io.mogdb.clusterchooser;
/**
* Known state of a cluster.
*/
public enum ClusterStatus {
Unknown,
ConnectFail,
MasterCluster,
SecondaryCluster
}