Uses of Enum Class
org.jgroups.protocols.raft.Role
Packages that use Role
-
Uses of Role in org.jgroups.protocols.raft
Subclasses with type arguments of type Role in org.jgroups.protocols.raftMethods in org.jgroups.protocols.raft that return RoleModifier and TypeMethodDescriptionstatic RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgroups.protocols.raft with parameters of type RoleModifier and TypeMethodDescriptionprotected RAFTRAFT.changeRole(Role new_role) protected voidRAFT.notifyRoleChangeListeners(Role role) voidRAFT.RoleChange.roleChanged(Role role) -
Uses of Role in org.jgroups.raft.blocks
Methods in org.jgroups.raft.blocks with parameters of type Role