Class PrimaryOwnerLocator<K>

java.lang.Object
org.wildfly.clustering.ee.infinispan.PrimaryOwnerLocator<K>
All Implemented Interfaces:
Function<K,Node>

public class PrimaryOwnerLocator<K> extends Object implements Function<K,Node>
Function that returns the primary owner for a given cache key.
Author:
Paul Ferraro
  • Constructor Details

    • PrimaryOwnerLocator

      public PrimaryOwnerLocator(org.infinispan.Cache<? extends K,?> cache, NodeFactory<org.infinispan.remoting.transport.Address> memberFactory)
  • Method Details