ART
   antonbashir   
  2,144 views 
    Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Hello
Example
 1
2
3
4
5
6
7
8
9
10
package ru.art.example;
import ru.art.rocks.db.dao.*;
public class Example {
    public static void main(String[] args) {
        RocksDbPrimitiveDao.put("test", 123);
        System.out.println(RocksDbPrimitiveDao.getInt("test"));
    }
}
Press desired key combination and then press ENTER.
 Open Source Your Knowledge: become a Contributor and help others learn. Create New Content