| Package | Description |
|---|---|
| io.atomix.core.tree |
Distributed tree primitive interfaces.
|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| Modifier and Type | Method and Description |
|---|---|
Ordering |
AtomicDocumentTreeConfig.getOrdering()
Returns the document tree ordering.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicDocumentTreeConfig |
AtomicDocumentTreeConfig.setOrdering(Ordering ordering)
Sets the ordering of the tree nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static Ordering |
Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ordering[] |
Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2018. All rights reserved.