Class EmbeddedCacheManagerContext

java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.infinispan.manager.EmbeddedCacheManager>
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheManagerContext
All Implemented Interfaces:
AutoCloseable, Consumer<Runnable>, Supplier<org.infinispan.manager.EmbeddedCacheManager>, org.wildfly.clustering.context.Context<org.infinispan.manager.EmbeddedCacheManager>, org.wildfly.clustering.function.Supplier<org.infinispan.manager.EmbeddedCacheManager>

public class EmbeddedCacheManagerContext extends org.wildfly.clustering.context.AbstractContext<org.infinispan.manager.EmbeddedCacheManager>
A context providing an EmbeddedCacheManager.
Author:
Paul Ferraro
  • Field Summary

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

    EMPTY

    Fields inherited from interface org.wildfly.clustering.function.Supplier

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmbeddedCacheManagerContext(String clusterName, String memberName)
     
    EmbeddedCacheManagerContext(org.jgroups.JChannel channel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.manager.EmbeddedCacheManager
    get()
     

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

    accept, close

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, map
  • Constructor Details

    • EmbeddedCacheManagerContext

      public EmbeddedCacheManagerContext(String clusterName, String memberName)
    • EmbeddedCacheManagerContext

      public EmbeddedCacheManagerContext(org.jgroups.JChannel channel)
  • Method Details

    • get

      public org.infinispan.manager.EmbeddedCacheManager get()