E
- type set elements.public abstract class DistributedSetBuilder<E> extends DistributedPrimitiveBuilder<DistributedSetBuilder<E>,AsyncDistributedSet<E>>
Constructor and Description |
---|
DistributedSetBuilder() |
Modifier and Type | Method and Description |
---|---|
boolean |
purgeOnUninstall()
Returns if set contents need to be cleared when owning application is uninstalled.
|
DistributedSetBuilder<E> |
withPurgeOnUninstall()
Enables clearing set contents when the owning application is uninstalled.
|
applicationId, build, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, serializer, type, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withSerializer, withUpdatesDisabled
public DistributedSetBuilder<E> withPurgeOnUninstall()
public boolean purgeOnUninstall()
true
if yes; false
otherwise.