Uses of Interface
org.wildfly.clustering.registry.Registry
-
Packages that use Registry Package Description org.wildfly.clustering.registry Public clustering API for clustered registry that stores a unique key/value pair per node. -
-
Uses of Registry in org.wildfly.clustering.registry
Methods in org.wildfly.clustering.registry that return Registry Modifier and Type Method Description Registry<K,V>RegistryFactory. createRegistry(Map.Entry<K,V> entry)Creates a registry using the specified entry.
-