Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-362

allow pluggable data container in infinispan

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 5.0.0.ALPHA3, 5.0.0.FINAL
    • 4.1.0.Final, 4.2.0.Final
    • None
    • None

      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>

              pmuiratbleepbleep Pete Muir (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: