摘要: public enum ServerState { // 初始状态 LOOKING, FOLLOWING, LEADING, // 不参与选举 OBSERVING } /** * (Used for monitoring) shows the current phase of * Zab proto 阅读全文
posted @ 2022-01-10 16:58 Yu\.W 阅读(183) 评论(0) 推荐(0) 编辑
摘要: /** * Block replica states, which it can go through while being constructed. */ enum ReplicaState { /** Replica is finalized. The state when replica i 阅读全文
posted @ 2022-01-10 14:14 Yu\.W 阅读(42) 评论(0) 推荐(0) 编辑