Uses of Enum Class
org.cojen.tupl.repl.Role
Packages that use Role
Package
Description
General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of Role in org.cojen.tupl.repl
Subclasses with type arguments of type Role in org.cojen.tupl.replMethods in org.cojen.tupl.repl that return RoleModifier and TypeMethodDescriptionReplicator.localRole()
Returns the effective local role, as known by the group.static Role
Returns 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.cojen.tupl.repl with parameters of type RoleModifier and TypeMethodDescriptionSet the desired local member role, which is normal by default, and for the primordial group member.