[infinispan-issues] [JBoss JIRA] (ISPN-2657) Support for LevelDB CacheStore

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Sun Jun 16 16:44:21 EDT 2013


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

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

Tristan Tarrant <ttarrant at redhat.com> made a comment on [bug 974403|https://bugzilla.redhat.com/show_bug.cgi?id=974403]

Built in Brew/MEAD:

https://brewweb.devel.redhat.com/taskinfo?taskID=5909632

The server itself is http://download.devel.redhat.com/brewroot/work/tasks/9632/5909632/com/jboss/datagrid/jboss-datagrid-server/6.1.0.GA-redhat-2/jboss-datagrid-server-6.1.0.GA-redhat-2.zip

Add

- leveldb-0.6.jar in modules/org/iq80/leveldb/main
- leveldb-api-0.6.jar in modules/org/iq80/leveldb/api/main

modify the respective module.xml to include those jars in the resources, e.g.:

<resources>
        <resource-root path="leveldb-0.6.jar"/>
        <!-- Insert resources here -->
</resources>

Add the following to a cache definition in standalone.xml to configure the database

<store class="org.infinispan.loaders.leveldb.LevelDBCacheStore">
<property name="location" value="/path/to/leveldb/data" />
</store>
                
> Support for LevelDB CacheStore
> ------------------------------
>
>                 Key: ISPN-2657
>                 URL: https://issues.jboss.org/browse/ISPN-2657
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Loaders and Stores
>            Reporter: Ray Tsang
>            Assignee: Ray Tsang
>             Fix For: 5.2.7.Final, 5.3.0.CR2, 5.3.0.Final
>
>
> Support for LevelDB, a fast key-value persistence storage.
> There is a pure java implementation and a jni by fuse

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list