All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.postgresql.clusterchooser.ClusterStatus Maven / Gradle / Ivy

There is a newer version: 5.0.0.9.pg
Show newest version
package io.mogdb.clusterchooser;

/**
 * Known state of a cluster.
 */
public enum ClusterStatus {
    Unknown,
    ConnectFail,
    MasterCluster,
    SecondaryCluster
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy