| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| Modifier and Type | Method and Description |
|---|---|
Replication |
DistributedPrimitiveBuilder.replication()
Returns the replication strategy.
|
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 |
|---|---|
B |
DistributedPrimitiveBuilder.withReplication(Replication replication)
Sets the primitive replication strategy.
|
Copyright © 2013–2018. All rights reserved.