Hi Val,

Please find the attached sample code tarball.
apache-ignite-tester-cs-5.xz
<http://apache-ignite-users.70518.x6.nabble.com/file/n8350/apache-ignite-tester-cs-5.xz>
  


build:
$ tar -xvf apache-ignite-tester-cs-5.xz
$ cd apache-ignite-tester-cs-5
apache-ignite-tester-cs-5]$ ./configure
apache-ignite-tester-cs-5]$ make   // build nodemgr (server node) and tester
(client node) program;
apache-ignite-tester-cs-5]$ cd src
src]$ make pstorecb   // package TestTableStore implementation. uses
couchbase java client sdk.

run:
src]$ ./nodemgr -c config/test-tool-server.xml   // server node
src]$ ./tester -c config/test-tool-client.xml -o 11 -l 1 -i 100 -n 10   //
Select all(-o 11),  10 entries(-n 10) with tid between 90 (value for option
i - value for option n) and 100 (-i 100) one iteration(-l 1)

src]$ ./tester -h       // for more options

thanks & regards,



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Couchbase-as-persistent-store-tp7476p8350.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to