Uses of Interface
org.wildfly.clustering.server.Registrar
Packages that use Registrar
Package
Description
-
Uses of Registrar in org.wildfly.clustering.server
Subinterfaces of Registrar in org.wildfly.clustering.serverModifier and TypeInterfaceDescriptioninterfaceGroup<M extends GroupMember>Represents a set of group members. -
Uses of Registrar in org.wildfly.clustering.server.group
Subinterfaces of Registrar in org.wildfly.clustering.server.groupModifier and TypeInterfaceDescriptioninterfaceGroup<I extends Comparable<I>, M extends GroupMember<I>>Exposes a mechanism to create a group member for a given unique address. -
Uses of Registrar in org.wildfly.clustering.server.infinispan
Subinterfaces of Registrar in org.wildfly.clustering.server.infinispanModifier and TypeInterfaceDescriptioninterfaceA group associated with a cache containerClasses in org.wildfly.clustering.server.infinispan that implement RegistrarModifier and TypeClassDescriptionclassEmbeddedCacheManagerGroup<A extends Comparable<A>, M extends GroupMember<A>>A group composed of embedded cache manager members. -
Uses of Registrar in org.wildfly.clustering.server.infinispan.provider
Subinterfaces of Registrar in org.wildfly.clustering.server.infinispan.providerModifier and TypeInterfaceDescriptioninterfaceA service provider registrar associated with a cache container group.Classes in org.wildfly.clustering.server.infinispan.provider that implement Registrar -
Uses of Registrar in org.wildfly.clustering.server.infinispan.registry
Subinterfaces of Registrar in org.wildfly.clustering.server.infinispan.registryModifier and TypeInterfaceDescriptioninterfaceA registry associated with a cache container group.Classes in org.wildfly.clustering.server.infinispan.registry that implement RegistrarModifier and TypeClassDescriptionclassCacheRegistry<K,V> ClusteredRegistrybacked by an Infinispan cache. -
Uses of Registrar in org.wildfly.clustering.server.jgroups
Subinterfaces of Registrar in org.wildfly.clustering.server.jgroupsModifier and TypeInterfaceDescriptioninterfaceA channel-based group whose membership is based on the channel view.Classes in org.wildfly.clustering.server.jgroups that implement Registrar -
Uses of Registrar in org.wildfly.clustering.server.listener
Subinterfaces of Registrar in org.wildfly.clustering.server.listenerModifier and TypeInterfaceDescriptioninterfaceA registry of consumers.interfaceRegistrar for a listener. -
Uses of Registrar in org.wildfly.clustering.server.local
Subinterfaces of Registrar in org.wildfly.clustering.server.local -
Uses of Registrar in org.wildfly.clustering.server.local.listener
Classes in org.wildfly.clustering.server.local.listener that implement Registrar -
Uses of Registrar in org.wildfly.clustering.server.local.provider
Subinterfaces of Registrar in org.wildfly.clustering.server.local.providerModifier and TypeInterfaceDescriptioninterfaceFactory that provides a non-clusteredServiceProviderRegistrationimplementation. -
Uses of Registrar in org.wildfly.clustering.server.local.registry
Subinterfaces of Registrar in org.wildfly.clustering.server.local.registry -
Uses of Registrar in org.wildfly.clustering.server.provider
Subinterfaces of Registrar in org.wildfly.clustering.server.providerModifier and TypeInterfaceDescriptioninterfaceServiceProviderRegistrar<T, M extends GroupMember>A distributed registry of service providers. -
Uses of Registrar in org.wildfly.clustering.server.registry
Subinterfaces of Registrar in org.wildfly.clustering.server.registryModifier and TypeInterfaceDescriptioninterfaceRegistry<M extends GroupMember, K, V>Registry of entries specific to a group member.