Class LegacyCacheRegistryFactoryServiceInstallerProvider<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.BinaryServiceInstallerProvider<RegistryFactory<K,V>>
org.wildfly.extension.clustering.server.registry.legacy.LegacyRegistryFactoryServiceInstallerProvider<K,V>
org.wildfly.extension.clustering.server.registry.legacy.LegacyCacheRegistryFactoryServiceInstallerProvider<K,V>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>> ClusteredCacheServiceInstallerProvider
@Deprecated
@MetaInfServices(org.wildfly.clustering.server.service.ClusteredCacheServiceInstallerProvider.class)
public class LegacyCacheRegistryFactoryServiceInstallerProvider<K,V>
extends LegacyRegistryFactoryServiceInstallerProvider<K,V>
implements ClusteredCacheServiceInstallerProvider
Deprecated.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.BinaryServiceInstallerProvider
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen, apply
-
Constructor Details
-
LegacyCacheRegistryFactoryServiceInstallerProvider
public LegacyCacheRegistryFactoryServiceInstallerProvider()Deprecated.
-