Uses of Class
io.permazen.kv.raft.Role
Packages that use Role
-
Uses of Role in io.permazen.kv.raft
Subclasses of Role in io.permazen.kv.raftModifier and TypeClassDescriptionclassRaft candidate role.classRaft follower role.classRaft leader role.classMethods in io.permazen.kv.raft that return RoleModifier and TypeMethodDescriptionRaftKVDatabase.getCurrentRole()Get this instance's current role: leadeer, follower, or candidate.