Class DistributedSetOptions<O extends DistributedSetOptions<O,​E>,​E>

  • Type Parameters:
    E - type set elements.
    Direct Known Subclasses:
    DistributedSetBuilder

    public abstract class DistributedSetOptions<O extends DistributedSetOptions<O,​E>,​E>
    extends DistributedPrimitiveOptions<O>
    Builder for distributed set.
    • Constructor Detail

      • DistributedSetOptions

        public DistributedSetOptions()
    • Method Detail

      • withPurgeOnUninstall

        public O withPurgeOnUninstall()
        Enables clearing set contents when the owning application is uninstalled.
        Returns:
        this builder
      • purgeOnUninstall

        public boolean purgeOnUninstall()
        Returns if set contents need to be cleared when owning application is uninstalled.
        Returns:
        true if yes; false otherwise.