30 Jun, 2014

1 commit

  • * PoC based on RocksDB
    * uses native library
    * does not provide native record locking, e.g. RMW, so this needs to be done by the application
    * to run:
    
        java -Djava.library.path=lib-`uname -i` -cp target/scratch-matt-be-0.0.1-SNAPSHOT.jar:lib/rocksdbjni.jar org.opendj.scratch.be.Server 1389 ROCKS 10000
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10846 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew