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