Interface LocalRegistry<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
AutoCloseable,Registrar<RegistryListener<K,,V>> Registry<LocalGroupMember,K, V>
Local
Registry.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry(LocalGroupMember member) Returns the registry entry for the specified group member.getGroup()Returns the group associated with this factory.static <K,V> LocalRegistry <K, V> of(LocalGroup group, Map.Entry<K, V> entry, Runnable closeTask) Methods inherited from interface org.wildfly.clustering.server.registry.Registry
close, getEntries
-
Method Details
-
getGroup
LocalGroup getGroup()Description copied from interface:RegistryReturns the group associated with this factory.- Specified by:
getGroupin interfaceRegistry<LocalGroupMember,K, V> - Returns:
- a group
-
getEntry
-
of
-