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