Interface RegistryFactory<K,V>

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

@Deprecated(forRemoval=true) public interface RegistryFactory<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by RegistryFactory.
Factory for creating a clustered registry.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a registry using the specified entry.
  • Method Details

    • createRegistry

      Registry<K,V> createRegistry(Map.Entry<K,V> entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a registry using the specified entry.
      Parameters:
      entry - the local registry entry
      Returns:
      a registry