| Package | Description |
|---|---|
| io.atomix.primitive |
Atomix primitives.
|
| Modifier and Type | Method and Description |
|---|---|
Consistency |
DistributedPrimitiveBuilder.consistency()
Returns the primitive consistency model.
|
static Consistency |
Consistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consistency[] |
Consistency.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.withConsistency(Consistency consistency)
Sets the primitive consistency model.
|
Copyright © 2013–2018. All rights reserved.