| Package | Description |
|---|---|
| io.atomix.core.value |
Atomic value primitive.
|
| Modifier and Type | Method and Description |
|---|---|
static AtomicValueEvent.Type |
AtomicValueEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicValueEvent.Type[] |
AtomicValueEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AtomicValueEvent(AtomicValueEvent.Type type,
V newValue,
V oldValue)
Creates a new event object.
|
Copyright © 2013–2018. All rights reserved.