public abstract class ConsistentTreeMapBuilder<V> extends DistributedPrimitiveBuilder<ConsistentTreeMapBuilder<V>,ConsistentTreeMap<V>>
ConsistentTreeMap
.Constructor and Description |
---|
ConsistentTreeMapBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract AsyncConsistentTreeMap<V> |
buildTreeMap()
Builds the distributed tree map based on the configuration options supplied
to this builder.
|
boolean |
purgeOnUninstall()
Return if map entries need to be cleared when owning application is uninstalled.
|
ConsistentTreeMapBuilder<V> |
withPurgeOnUninstall()
Clears map contents when the owning application is uninstalled.
|
applicationId, build, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, serializer, type, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withSerializer, withUpdatesDisabled
public ConsistentTreeMapBuilder<V> withPurgeOnUninstall()
public boolean purgeOnUninstall()
public abstract AsyncConsistentTreeMap<V> buildTreeMap()
java.lang.RuntimeException
- if a mandatory parameter is missing