Uses of Interface
org.wildfly.clustering.Registrar
-
Packages that use Registrar Package Description org.wildfly.clustering.group Public clustering API which represent cluster group and its members.org.wildfly.clustering.provider Public clustering API for registering services on a group of nodes.org.wildfly.clustering.registry 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 Modifier and Type Interface Description interfaceGroupRepresents a groups of nodes. -
Uses of Registrar in org.wildfly.clustering.provider
Subinterfaces of Registrar in org.wildfly.clustering.provider Modifier and Type Interface Description interfaceServiceProviderRegistry<T>A distributed registry of service providers. -
Uses of Registrar in org.wildfly.clustering.registry
Subinterfaces of Registrar in org.wildfly.clustering.registry Modifier and Type Interface Description interfaceRegistry<K,V>Clustered registry abstraction that stores a unique key/value per node.
-