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

Deploy custom cache store to Infinispan Server

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

XMLWordPrintable

      Overview

      Support the deployment and configuration of a custom cache store.

      Client Perspective

      The client will be able to deploy a custom Cache Store jar into Hotrod server (put it into $HOTROD_SERVER/standalone/deployments). The jar will need to contain one of the following service entries:

      • /META-INF/services/org.infinispan.persistence.spi.AdvancedCacheWriter
      • /META-INF/services/org.infinispan.persistence.spi.AdvancedCacheLoader
      • /META-INF/services/org.infinispan.persistence.spi.CacheLoader
      • /META-INF/services/org.infinispan.persistence.spi.CacheWriter
      • /META-INF/services/org.infinispan.persistence.spi.ExternalStore
      • /META-INF/services/org.infinispan.persistence.spi.AdvancedLoadWriteStore
        Those services might used later used in the configuration.

      Implementation overview

      Refer to the Implementation details on Wiki page

              slaskawi@redhat.com Sebastian Ɓaskawiec (Inactive)
              ttarrant@redhat.com Tristan Tarrant
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: