Class 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 Detail

      • PrimaryOwnerLocator

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