Uses of Enum
org.jgroups.protocols.raft.Role
Packages that use Role
-
Uses of Role in org.jgroups.protocols.raft
Methods in org.jgroups.protocols.raft that return RoleModifier and TypeMethodDescriptionstatic RoleReturns the enum constant of this type with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum type, 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