Class AnchoredKeysConfiguration
- java.lang.Object
-
- org.infinispan.anchored.configuration.AnchoredKeysConfiguration
-
@Experimental public class AnchoredKeysConfiguration extends Object
Configuration module to transform anCacheMode.INVALIDATION_SYNCcache 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 Summary
Constructors Constructor Description AnchoredKeysConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.configuration.attributes.AttributeSetattributes()static org.infinispan.commons.configuration.attributes.AttributeSetattributeSet()booleanenabled()StringtoString()
-