| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.protocols.backup |
Provides a
PrimitiveProtocol implementation for multi-primary replication and
classes for managing primary-backup clients/servers. |
| io.atomix.protocols.backup.session |
Provides a
SessionClient implementation for primary-backup. |
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| io.atomix.protocols.raft.session |
Provides a
Session implementation for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
static Recovery |
Recovery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recovery[] |
Recovery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recovery |
MultiPrimaryProtocolConfig.getRecovery()
Returns the recovery strategy.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPrimaryProtocolConfig |
MultiPrimaryProtocolConfig.setRecovery(Recovery recovery)
Sets the recovery strategy.
|
MultiPrimaryProtocolBuilder |
MultiPrimaryProtocolBuilder.withRecovery(Recovery recovery)
Sets the protocol recovery strategy.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryBackupSessionClient.Builder |
PrimaryBackupSessionClient.Builder.withRecovery(Recovery recovery)
Sets the protocol recovery strategy.
|
| Modifier and Type | Method and Description |
|---|---|
Recovery |
MultiRaftProtocolConfig.getRecoveryStrategy()
Returns the client recovery strategy.
|
| Modifier and Type | Method and Description |
|---|---|
MultiRaftProtocolConfig |
MultiRaftProtocolConfig.setRecoveryStrategy(Recovery recoveryStrategy)
Sets the client recovery strategy.
|
MultiRaftProtocolBuilder |
MultiRaftProtocolBuilder.withRecoveryStrategy(Recovery recoveryStrategy)
Sets the recovery strategy.
|
| Modifier and Type | Method and Description |
|---|---|
RaftSessionClient.Builder |
RaftSessionClient.Builder.withRecoveryStrategy(Recovery recoveryStrategy)
Sets the recovery strategy.
|
Copyright © 2013–2018. All rights reserved.