[infinispan-issues] [JBoss JIRA] (ISPN-5131) Deploy custom cache store to Infinispan Server

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Jun 23 08:26:10 EDT 2015


    [ https://issues.jboss.org/browse/ISPN-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082767#comment-13082767 ] 

RH Bugzilla Integration commented on ISPN-5131:
-----------------------------------------------

Dave Stahl <dstahl at redhat.com> changed the Status of [bug 1186857|https://bugzilla.redhat.com/show_bug.cgi?id=1186857] from VERIFIED to CLOSED

> Deploy custom cache store to Infinispan Server
> ----------------------------------------------
>
>                 Key: ISPN-5131
>                 URL: https://issues.jboss.org/browse/ISPN-5131
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Loaders and Stores, Server
>            Reporter: Tristan Tarrant
>            Assignee: Sebastian Łaskawiec
>             Fix For: 7.2.0.Final
>
>
> h2. Overview
> Support the deployment and configuration of a custom cache store.
> h2. 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.
> h2. Implementation overview
> Refer to the [Implementation details on Wiki page|https://github.com/infinispan/infinispan/wiki/Custom-Cache-stores-(deployable)]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the infinispan-issues mailing list