E
- type set elements.public abstract class DistributedSetOptions<O extends DistributedSetOptions<O,E>,E> extends DistributedPrimitiveOptions<O>
Constructor and Description |
---|
DistributedSetOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
purgeOnUninstall()
Returns if set contents need to be cleared when owning application is uninstalled.
|
O |
withPurgeOnUninstall()
Enables clearing set 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()
true
if yes; false
otherwise.