Interface RegistryFactory<K,​V>

  • Type Parameters:
    K - the type of the registry entry key
    V - the type of the registry entry value

    public interface RegistryFactory<K,​V>
    Factory for creating a clustered registry.
    Author:
    Paul Ferraro
    • Method Detail

      • createRegistry

        Registry<K,​V> createRegistry​(Map.Entry<K,​V> entry)
        Creates a registry using the specified entry.
        Parameters:
        entry - the local registry entry
        Returns:
        a registry