Interface CacheContainerRegistry<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
AutoCloseable,Registrar<RegistryListener<K,,V>> Registry<CacheContainerGroupMember,K, V>
- All Known Implementing Classes:
CacheRegistry
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.server.registry.Registry
close, getEntries, getEntry
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Description copied from interface:RegistryReturns the group associated with this factory.- Specified by:
getGroupin interfaceRegistry<CacheContainerGroupMember,K, V> - Returns:
- a group
-