Uses of Enum Class
org.opendaylight.raft.api.ServerRole
Packages that use ServerRole
Package
Description
Classes that constitute what would be a RAFT protocol API.
-
Uses of ServerRole in org.opendaylight.raft.api
Methods in org.opendaylight.raft.api that return ServerRoleModifier and TypeMethodDescriptionRaftRole.serverRole()
Returns the correspondingServerRole
.static ServerRole
Returns the enum constant of this class with the specified name.static ServerRole[]
ServerRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.