public abstract class DocumentTreeBuilder<V> extends DocumentTreeOptions<DocumentTreeBuilder<V>,V> implements DistributedPrimitiveBuilder<AsyncDocumentTree<V>>
DocumentTree.| Constructor and Description | 
|---|
DocumentTreeBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AsyncDocumentTree<V> | 
buildDocumentTree()
Builds the distributed Document tree based on the configuration options supplied
 to this builder. 
 | 
ordering, purgeOnUninstall, withOrdering, withPurgeOnUninstallapplicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic abstract AsyncDocumentTree<V> buildDocumentTree()
RuntimeException - if a mandatory parameter is missing