Uses of Class
io.atomix.protocols.backup.PrimaryBackupServer.Role
| Package | Description |
|---|---|
| io.atomix.protocols.backup |
Provides a
PrimitiveProtocol implementation for multi-primary replication and
classes for managing primary-backup clients/servers. |
-
Uses of PrimaryBackupServer.Role in io.atomix.protocols.backup
Methods in io.atomix.protocols.backup that return PrimaryBackupServer.Role Modifier and Type Method Description PrimaryBackupServer.RolePrimaryBackupServer. getRole()Returns the current server role.static PrimaryBackupServer.RolePrimaryBackupServer.Role. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimaryBackupServer.Role[]PrimaryBackupServer.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.