Class AnchoredKeysConfiguration


  • @Experimental
    public class AnchoredKeysConfiguration
    extends Object
    Configuration module to transform an CacheMode.INVALIDATION_SYNC cache into an anchored-key cache.

    Anchored keys caches always write new entries to the newest member of the cache. The administrator is supposed to add a new node when the current writer is close to full.

    Since:
    11
    Author:
    Dan Berindei
    • Constructor Detail

      • AnchoredKeysConfiguration

        public AnchoredKeysConfiguration​(org.infinispan.commons.configuration.attributes.AttributeSet attributes)
    • Method Detail

      • attributeSet

        public static org.infinispan.commons.configuration.attributes.AttributeSet attributeSet()
      • attributes

        public org.infinispan.commons.configuration.attributes.AttributeSet attributes()
      • enabled

        public boolean enabled()