| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Replication |
Replication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replication[] |
Replication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Replication |
MultiPrimaryProtocolConfig.getReplication()
Returns the replication level.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPrimaryProtocolConfig |
MultiPrimaryProtocolConfig.setReplication(Replication replication)
Sets the replication level.
|
MultiPrimaryProtocolBuilder |
MultiPrimaryProtocolBuilder.withReplication(Replication replication)
Sets the protocol replication strategy.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryBackupSessionClient.Builder |
PrimaryBackupSessionClient.Builder.withReplication(Replication replication)
Sets the protocol replication strategy.
|
Copyright © 2013–2018. All rights reserved.