[jboss-jira] [JBoss JIRA] (AS7-3268) Add support for grouping to Infinispan subsystem
Martin Gencur (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Jan 11 04:25:12 EST 2012
[ https://issues.jboss.org/browse/AS7-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Gencur updated AS7-3268:
-------------------------------
Description:
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}
was:
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:xml}
> Add support for grouping to Infinispan subsystem
> ------------------------------------------------
>
> Key: AS7-3268
> URL: https://issues.jboss.org/browse/AS7-3268
> Project: Application Server 7
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list