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