V - type for document tree valuepublic class DefaultDocumentTreeBuilder<V> extends DocumentTreeBuilder<V>
AsyncDocumentTree builder.| Constructor and Description |
|---|
DefaultDocumentTreeBuilder(DistributedPrimitiveCreator primitiveCreator) |
| Modifier and Type | Method and Description |
|---|---|
AsyncDocumentTree<V> |
build()
Deprecated.
|
AsyncDocumentTree<V> |
buildDocumentTree()
Builds the distributed Document tree based on the configuration options supplied
to this builder.
|
purgeOnUninstall, withPurgeOnUninstallapplicationId, executorSupplier, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, serializer, type, withApplicationId, withExecutor, withExecutorSupplier, withMeteringDisabled, withName, withRelaxedReadConsistency, withSerializer, withUpdatesDisabledpublic DefaultDocumentTreeBuilder(DistributedPrimitiveCreator primitiveCreator)
public AsyncDocumentTree<V> buildDocumentTree()
DocumentTreeBuilderbuildDocumentTree in class DocumentTreeBuilder<V>@Deprecated public AsyncDocumentTree<V> build()
DistributedPrimitiveBuilderbuild in class DistributedPrimitiveBuilder<DocumentTreeBuilder<V>,AsyncDocumentTree<V>>