Class CacheContainerRegistryFactoryContext<K,V>

java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>>
org.wildfly.clustering.server.infinispan.registry.CacheContainerRegistryFactoryContext<K,V>
Type Parameters:
K - the registry key type
V - the registry value type
All Implemented Interfaces:
AutoCloseable, Consumer<Runnable>, Supplier<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>>, org.wildfly.clustering.context.Context<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>>

public class CacheContainerRegistryFactoryContext<K,V> extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>>
Provides a Registry to an integration test.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.context.Context

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V>
    get()
     

    Methods inherited from class org.wildfly.clustering.context.AbstractContext

    accept, close

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface Consumer

    andThen
  • Constructor Details

    • CacheContainerRegistryFactoryContext

      public CacheContainerRegistryFactoryContext(String clusterName, String memberName)
  • Method Details

    • get

      public org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.infinispan.CacheContainerGroupMember, K, V> get()