Class LocalRegistry<K,V>

java.lang.Object
org.wildfly.clustering.server.infinispan.registry.LocalRegistry<K,V>
Type Parameters:
K - key type
V - 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-clustered Registry implementation.
Author:
Paul Ferraro