Interface RaftRole

All Superinterfaces:
Managed<RaftRole>
All Known Implementing Classes:
AbstractRole, ActiveRole, CandidateRole, FollowerRole, InactiveRole, LeaderRole, PassiveRole, PromotableRole

public interface RaftRole extends Managed<RaftRole>
Raft role interface.
  • Method Details