Class ConsistentHashLocality
- java.lang.Object
-
- org.wildfly.clustering.infinispan.distribution.ConsistentHashLocality
-
-
Constructor Summary
Constructors Constructor Description ConsistentHashLocality(org.infinispan.Cache<?,?> cache, org.infinispan.distribution.ch.ConsistentHash hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLocal(Object key)Indicates whether the current node is the primary owner of the specified cache key.
-