public abstract class ConsistentTreeMapOptions<O extends ConsistentTreeMapOptions<O,V>,V> extends DistributedPrimitiveOptions<O>
ConsistentTreeMap.| Constructor and Description |
|---|
ConsistentTreeMapOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
purgeOnUninstall()
Return if map entries need to be cleared when owning application is uninstalled.
|
O |
withPurgeOnUninstall()
Clears map contents when the owning application is uninstalled.
|
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionpublic O withPurgeOnUninstall()
public boolean purgeOnUninstall()