Class EmbeddedCacheManagerFactory
java.lang.Object
org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerFactory
- All Implemented Interfaces:
BiFunction<String,ClassLoader, org.infinispan.manager.EmbeddedCacheManager>
public class EmbeddedCacheManagerFactory
extends Object
implements BiFunction<String,ClassLoader,org.infinispan.manager.EmbeddedCacheManager>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedCacheManagerFactory(Function<String, org.jgroups.JChannel> factory, String clusterName, String memberName) -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.manager.EmbeddedCacheManagerapply(String name, ClassLoader loader) Methods 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
-
Constructor Details
-
EmbeddedCacheManagerFactory
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<String,ClassLoader, org.infinispan.manager.EmbeddedCacheManager>
-