[
https://issues.jboss.org/browse/ISPN-2657?page=com.atlassian.jira.plugin....
]
RH Bugzilla Integration commented on ISPN-2657:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)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/jbo...
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