Class EmbeddedCacheManagerGroupProvider
java.lang.Object
org.wildfly.clustering.server.AutoCloseableProvider
org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupProvider
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,CacheContainerGroupProvider,GroupProvider<org.infinispan.remoting.transport.Address,org.wildfly.clustering.server.infinispan.CacheContainerGroupMember>
public class EmbeddedCacheManagerGroupProvider
extends org.wildfly.clustering.server.AutoCloseableProvider
implements CacheContainerGroupProvider
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.manager.EmbeddedCacheManagerorg.jgroups.JChannelorg.wildfly.clustering.server.infinispan.CacheContainerGroupgetGroup()Methods inherited from class org.wildfly.clustering.server.AutoCloseableProvider
accept, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.jgroups.GroupProvider
close
-
Constructor Details
-
EmbeddedCacheManagerGroupProvider
-
-
Method Details
-
getCacheManager
public org.infinispan.manager.EmbeddedCacheManager getCacheManager()- Specified by:
getCacheManagerin interfaceCacheContainerGroupProvider
-
getChannel
public org.jgroups.JChannel getChannel()- Specified by:
getChannelin interfaceGroupProvider<org.infinispan.remoting.transport.Address,org.wildfly.clustering.server.infinispan.CacheContainerGroupMember>
-
getGroup
public org.wildfly.clustering.server.infinispan.CacheContainerGroup getGroup()- Specified by:
getGroupin interfaceCacheContainerGroupProvider- Specified by:
getGroupin interfaceGroupProvider<org.infinispan.remoting.transport.Address,org.wildfly.clustering.server.infinispan.CacheContainerGroupMember>
-