[infinispan-issues] [JBoss JIRA] Updated: (ISPN-362) allow pluggable data container in infinispan

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Mon Feb 14 13:19:14 EST 2011


     [ https://issues.jboss.org/browse/ISPN-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-362:
----------------------------------

    Fix Version/s: 5.0.0.ALPHA3
                       (was: 5.0.0.BETA1)


> allow pluggable data container in infinispan
> --------------------------------------------
>
>                 Key: ISPN-362
>                 URL: https://issues.jboss.org/browse/ISPN-362
>             Project: Infinispan
>          Issue Type: Feature Request
>    Affects Versions: 4.1.0.Final, 4.2.0.Final
>            Reporter: Mircea Markus
>            Assignee: Pete Muir
>            Priority: Minor
>             Fix For: 5.0.0.ALPHA3, 5.0.0.Final
>
>
> In relation to http://community.jboss.org/message/529586#529586
> Users might want to write their own data container and be able to plug that in infinispan. Implementing this would require:
> - change configuration to support an dataContainer element perhaps under "eviction" elements. This will be passed to DataContainerFacvtory, which will build an instance of the class and pass it back.
> Actually, in order to allow parameters to this container, it can look like:  
> <eviction wakeUpInterval="500" maxEntries="5000">
>   <dataContainer class="custom.data.Conatiner">
>      <properties>
>         <propery name="configParam" value="configValue"/> 
>      </properties>
>    </dataContainer>
> </eviction>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list