| Package | Description |
|---|---|
| io.atomix.protocols.backup |
Provides a
PrimitiveProtocol implementation for multi-primary replication and
classes for managing primary-backup clients/servers. |
| Modifier and Type | Method and Description |
|---|---|
PrimaryBackupServer.Role |
PrimaryBackupServer.getRole()
Returns the current server role.
|
static PrimaryBackupServer.Role |
PrimaryBackupServer.Role.valueOf(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.
|
Copyright © 2013–2018. All rights reserved.