public class AtomicDocumentTreeConfig extends PrimitiveConfig<AtomicDocumentTreeConfig>
| Constructor and Description |
|---|
AtomicDocumentTreeConfig() |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
getOrdering()
Returns the document tree ordering.
|
PrimitiveType |
getType()
Returns the type name.
|
AtomicDocumentTreeConfig |
setOrdering(Ordering ordering)
Sets the ordering of the tree nodes.
|
getName, getNamespaceConfig, getProtocolConfig, isReadOnly, setName, setNamespaceConfig, setProtocolConfig, setReadOnly, setReadOnlypublic PrimitiveType getType()
TypedConfigpublic AtomicDocumentTreeConfig setOrdering(Ordering ordering)
When AsyncAtomicDocumentTree.getChildren(DocumentPath) is called, children will be returned according to
the specified sort order.
ordering - ordering of the tree nodespublic Ordering getOrdering()
Copyright © 2013–2018. All rights reserved.