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

org.jgroups.protocols.raft.Role Maven / Gradle / Ivy

There is a newer version: 1.0.13.Final
Show newest version
package org.jgroups.protocols.raft;

/**
 * @author Bela Ban
 * @since  0.1
 */
public enum Role {
    Follower,
    Leader
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy