V - type for map valuepublic class DefaultConsistentTreeMapBuilder<V> extends ConsistentTreeMapBuilder<V>
AsyncConsistentTreeMap builder.| Constructor and Description |
|---|
DefaultConsistentTreeMapBuilder(DistributedPrimitiveCreator primitiveCreator) |
| Modifier and Type | Method and Description |
|---|---|
ConsistentTreeMap<V> |
build()
Constructs an instance of the distributed primitive.
|
AsyncConsistentTreeMap<V> |
buildTreeMap()
Builds the distributed tree map 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 DefaultConsistentTreeMapBuilder(DistributedPrimitiveCreator primitiveCreator)
public AsyncConsistentTreeMap<V> buildTreeMap()
ConsistentTreeMapBuilderbuildTreeMap in class ConsistentTreeMapBuilder<V>public ConsistentTreeMap<V> build()
DistributedPrimitiveBuilderbuild in class DistributedPrimitiveBuilder<ConsistentTreeMapBuilder<V>,ConsistentTreeMap<V>>