Interface RegistryFactory<M extends GroupMember,K,V>
- Type Parameters:
M- the member typeK- the type of the registry entry keyV- the type of the registry entry value
public interface RegistryFactory<M extends GroupMember,K,V>
Factory for creating a clustered registry.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
createRegistry
Creates a registry using the specified entry.- Parameters:
entry- the local registry entry- Returns:
- a registry
-