Interface LegacyCacheRegistryFactory<K,V>

All Superinterfaces:
RegistryFactory<K,V>

@Deprecated public interface LegacyCacheRegistryFactory<K,V> extends RegistryFactory<K,V>
Deprecated.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default Registry<K,V>
    Deprecated.
     
    org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember,K,V>
    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,V> unwrap()
      Deprecated.
    • createRegistry

      default Registry<K,V> createRegistry(Map.Entry<K,V> entry)
      Deprecated.
      Specified by:
      createRegistry in interface RegistryFactory<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.