Class LocalRegistry<K,V>
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.registry.LocalRegistry<K,V>
-
- Type Parameters:
K- key typeV- value type
- All Implemented Interfaces:
AutoCloseable,Registrar<RegistryListener<K,V>>,Registry<K,V>
public class LocalRegistry<K,V> extends Object implements Registry<K,V>
Non-clusteredRegistryimplementation.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Map<K,V>getEntries()Map.Entry<K,V>getEntry(Node node)GroupgetGroup()Registrationregister(RegistryListener<K,V> object)
-
-
-
Method Detail
-
register
public Registration register(RegistryListener<K,V> object)
-
-