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

com.neko233.toolchain.distribute_system.raft.RaftState Maven / Gradle / Ivy

package com.neko233.toolchain.distribute_system.raft;

/**
 * Raft 集群状态
 */
public enum RaftState {

    LEADER,

    FOLLOWER,

    CANDIDATE,

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy