Class DefaultKeyAffinityServiceFactory
- java.lang.Object
-
- org.wildfly.clustering.infinispan.affinity.impl.DefaultKeyAffinityServiceFactory
-
- All Implemented Interfaces:
KeyAffinityServiceFactory
public class DefaultKeyAffinityServiceFactory extends Object implements KeyAffinityServiceFactory
Factory for aKeyAffinityServicewhose implementation varies depending on cache mode.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DefaultKeyAffinityServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K> org.infinispan.affinity.KeyAffinityService<K>createService(org.infinispan.Cache<? extends K,?> cache, org.infinispan.affinity.KeyGenerator<K> generator, Predicate<org.infinispan.remoting.transport.Address> filter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.infinispan.affinity.KeyAffinityServiceFactory
createService
-
-
-
-
Method Detail
-
createService
public <K> org.infinispan.affinity.KeyAffinityService<K> createService(org.infinispan.Cache<? extends K,?> cache, org.infinispan.affinity.KeyGenerator<K> generator, Predicate<org.infinispan.remoting.transport.Address> filter)- Specified by:
createServicein interfaceKeyAffinityServiceFactory
-
-