摘要:
public enum ServerState { // 初始状态 LOOKING, FOLLOWING, LEADING, // 不参与选举 OBSERVING } /** * (Used for monitoring) shows the current phase of * Zab proto 阅读全文
摘要:
/** * Block replica states, which it can go through while being constructed. */ enum ReplicaState { /** Replica is finalized. The state when replica i 阅读全文