| Package | Description |
|---|---|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentTreeEvent.Type |
DocumentTreeEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentTreeEvent.Type[] |
DocumentTreeEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DocumentTreeEvent(DocumentTreeEvent.Type type,
DocumentPath path,
Optional<Versioned<V>> newValue,
Optional<Versioned<V>> oldValue)
Constructs a new
DocumentTreeEvent. |
Copyright © 2013–2018. All rights reserved.