Uses of Interface
org.wildfly.clustering.server.registry.Registry
Packages that use Registry
Package
Description
-
Uses of Registry in org.wildfly.clustering.server.infinispan.registry
Subinterfaces of Registry 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 RegistryModifier and TypeClassDescriptionclassCacheRegistry<K,V> ClusteredRegistrybacked by an Infinispan cache. -
Uses of Registry in org.wildfly.clustering.server.local.registry
Subinterfaces of Registry in org.wildfly.clustering.server.local.registry -
Uses of Registry in org.wildfly.clustering.server.registry
Methods in org.wildfly.clustering.server.registry that return RegistryModifier and TypeMethodDescriptionRegistryFactory.createRegistry(Map.Entry<K, V> entry) Creates a registry using the specified entry.Method parameters in org.wildfly.clustering.server.registry with type arguments of type RegistryModifier and TypeMethodDescriptionstatic <M extends GroupMember, K, V>
RegistryFactory<M, K, V> RegistryFactory.singleton(BiFunction<Map.Entry<K, V>, Runnable, Registry<M, K, V>> factory) Creates a registry factory from the specified function. -
Uses of Registry in org.wildfly.clustering.session.cache.affinity
Constructors in org.wildfly.clustering.session.cache.affinity with parameters of type RegistryModifierConstructorDescriptionSessionAffinityRegistryGroupMemberMapper(Registry<M, String, Void> registry) Creates a affinity function from the specified registry.