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, withPurgeOnUninstall
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
build
public abstract AsyncDocumentTree<V> buildDocumentTree()
RuntimeException
- if a mandatory parameter is missing