Class AnchoredKeysConfiguration

java.lang.Object
org.infinispan.anchored.configuration.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 Details

    • AnchoredKeysConfiguration

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

    • attributeSet

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

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

      public boolean enabled()
    • toString

      public String toString()
      Overrides:
      toString in class Object