Class AnchoredKeysConfiguration
java.lang.Object
org.infinispan.anchored.configuration.AnchoredKeysConfiguration
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 Summary
ConstructorsConstructorDescriptionAnchoredKeysConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes) -
Method Summary
-
Constructor Details
-
AnchoredKeysConfiguration
public AnchoredKeysConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes)
-
-
Method Details