[jboss-jira] [JBoss JIRA] (WFLY-366) Add support for grouping to Infinispan subsystem
Paul Ferraro (JIRA)
issues at jboss.org
Wed Jan 27 19:21:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro closed WFLY-366.
-----------------------------
Resolution: Out of Date
This has been supported for a while now. See:
https://github.com/wildfly/wildfly/blob/master/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/subsystem/DistributedCacheBuilder.java#L97
> Add support for grouping to Infinispan subsystem
> ------------------------------------------------
>
> Key: WFLY-366
> URL: https://issues.jboss.org/browse/WFLY-366
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Reporter: Martin Gencur
> Assignee: Tristan Tarrant
>
> Enable setting of groups in Infinispan subsystem. More information about grouping can be found at https://docs.jboss.org/author/display/ISPN/The+Grouping+API.
> It should be possible to enable it as well as set a grouper class. The following is respective configuration for standalone Infinispan.
> {code:xml}
> <clustering>
> <hash>
> <groups enabled="true">
> <grouper class="com.acme.KXGrouper" />
> </groups>
> </hash>
> </clustering>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list