Uses of Interface
org.wildfly.clustering.server.manager.IdentifierFactoryService
Packages that use IdentifierFactoryService
Package
Description
-
Uses of IdentifierFactoryService in org.wildfly.clustering.server.infinispan.manager
Classes in org.wildfly.clustering.server.infinispan.manager that implement IdentifierFactoryServiceModifier and TypeClassDescriptionclassAnIdentifierFactoryServicethat uses aKeyAffinityServiceto pre-generate locally hashing identifiers from a supplier. -
Uses of IdentifierFactoryService in org.wildfly.clustering.server.local.manager
Classes in org.wildfly.clustering.server.local.manager that implement IdentifierFactoryServiceModifier and TypeClassDescriptionclassSimpleIdentifierFactoryServicethat delegates to a supplier. -
Uses of IdentifierFactoryService in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return IdentifierFactoryService -
Uses of IdentifierFactoryService in org.wildfly.clustering.session.cache.user
Constructors in org.wildfly.clustering.session.cache.user with parameters of type IdentifierFactoryServiceModifierConstructorDescriptionDefaultUserManager(UserFactory<CV, C, T, SV, D, S> factory, IdentifierFactoryService<String> identifierFactory, Supplier<Batch> batchFactory) Creates a user manager.