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