Uses of Class
io.permazen.kv.raft.Follower
-
Packages that use Follower Package Description io.permazen.kv.raft A distributedKVDatabase
based on the Raft consensus algorithm. -
-
Uses of Follower in io.permazen.kv.raft
Fields in io.permazen.kv.raft with type parameters of type Follower Modifier and Type Field Description static Comparator<Follower>
Follower. SORT_BY_IDENTITY
Sorts instances by their identities.Methods in io.permazen.kv.raft that return types with arguments of type Follower Modifier and Type Method Description List<Follower>
LeaderRole. getFollowers()
Get this leader's known followers.
-