Uses of Interface
org.wildfly.clustering.Registrar
Packages that use Registrar
Package
Description
Public clustering API which represent cluster group and its members.
Public clustering API for registering services on a group of nodes.
Public clustering API for clustered registry that stores a unique key/value pair per node.
-
Uses of Registrar in org.wildfly.clustering.group
Subinterfaces of Registrar in org.wildfly.clustering.group -
Uses of Registrar in org.wildfly.clustering.provider
Subinterfaces of Registrar in org.wildfly.clustering.providerModifier and TypeInterfaceDescriptioninterfaceA distributed registry of service providers. -
Uses of Registrar in org.wildfly.clustering.registry
Subinterfaces of Registrar in org.wildfly.clustering.registryModifier and TypeInterfaceDescriptioninterfaceRegistry<K,V> Clustered registry abstraction that stores a unique key/value per node.