Class ConsistentTreeMapOptions<O extends ConsistentTreeMapOptions<O,​V>,​V>

    • Constructor Detail

      • ConsistentTreeMapOptions

        public ConsistentTreeMapOptions()
    • Method Detail

      • withPurgeOnUninstall

        public O withPurgeOnUninstall()
        Clears map contents when the owning application is uninstalled.
        Returns:
        this builder
      • purgeOnUninstall

        public boolean purgeOnUninstall()
        Return if map entries need to be cleared when owning application is uninstalled.
        Returns:
        true if items are to be cleared on uninstall