Class SimpleKeyAffinityService<K>

java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.affinity.SimpleKeyAffinityService<K>
Type Parameters:
K - the cache key type
All Implemented Interfaces:
org.infinispan.affinity.KeyAffinityService<K>, org.infinispan.commons.api.Lifecycle

public class SimpleKeyAffinityService<K> extends Object implements org.infinispan.affinity.KeyAffinityService<K>
Simple KeyAffinityService implementation for use when co-location is not a requirement.
Author:
Paul Ferraro