Interface LegacyCacheRegistryFactory<K,V>
- All Superinterfaces:
RegistryFactory<K,V>
Deprecated.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry(Map.Entry<K, V> entry) Deprecated.org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember,K, V> unwrap()Deprecated.static <K,V> LegacyCacheRegistryFactory<K, V> wrap(org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V> factory) Deprecated.
-
Method Details
-
unwrap
org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember,K, unwrap()V> Deprecated. -
createRegistry
Deprecated.- Specified by:
createRegistryin interfaceRegistryFactory<K,V>
-
wrap
static <K,V> LegacyCacheRegistryFactory<K,V> wrap(org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V> factory) Deprecated.
-