Class LocalCacheGroup
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.group.AbstractLocalGroup<org.infinispan.remoting.transport.Address>
-
- org.wildfly.clustering.server.infinispan.group.LocalCacheGroup
-
- All Implemented Interfaces:
AutoCloseable,org.wildfly.clustering.group.Group,org.wildfly.clustering.Registrar<org.wildfly.clustering.group.GroupListener>,org.wildfly.clustering.Registration,Group<org.infinispan.remoting.transport.Address>,NodeFactory<org.infinispan.remoting.transport.Address>
public class LocalCacheGroup extends AbstractLocalGroup<org.infinispan.remoting.transport.Address>
Non-clustered cache group.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalCacheGroup(String nodeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.remoting.transport.AddressgetAddress(org.wildfly.clustering.group.Node node)-
Methods inherited from class org.wildfly.clustering.server.infinispan.group.AbstractLocalGroup
close, createNode, getLocalMember, getMembership, getName, isSingleton, register
-
-
-
-
Constructor Detail
-
LocalCacheGroup
public LocalCacheGroup(String nodeName)
-
-