Interface KeyDistribution

    • Method Detail

      • getPrimaryOwner

        org.infinispan.remoting.transport.Address getPrimaryOwner​(Object key)
        Returns the primary owner of the specified key.
        Parameters:
        key - a cache key
        Returns:
        the address of the primary owner
      • getOwners

        List<org.infinispan.remoting.transport.Address> getOwners​(Object key)
        Returns the owners of the specified key.
        Parameters:
        key - a cache key
        Returns:
        a list of addresses for each owner