summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2014-05-13Merge branch 'master' of github.com:facebook/rocksdb into show-readsYueh-Hsuan Chiang
2014-05-13[Java] Refined the output of Java DbBenchmark.Yueh-Hsuan Chiang
2014-05-13[Java] Fixed a bug in Java DB Benchmark where random reads does not consider ...Yueh-Hsuan Chiang
2014-05-13[Java] Make read benchmarks print out found / not-found information.Yueh-Hsuan Chiang
2014-05-13[Java] Temporary set the number of BG threads based on the number of BG compa...Yueh-Hsuan Chiang
2014-05-12[Java] Rename org.rocksdb.Iterator to org.rocksdb.RocksIterator.Yueh-Hsuan Chiang
2014-05-01[Java] Add RocksObject, the base class of all java objects with a c++ pointer.Yueh-Hsuan Chiang
2014-04-30[Java] Add static method RocksDB.loadLibrary()Yueh-Hsuan Chiang
2014-04-29Assert on key size in multigetAnkit Gupta
2014-04-29Merge branch 'master' of https://github.com/facebook/rocksdbAnkit Gupta
2014-04-27[Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, min...Yueh-Hsuan Chiang
2014-04-25Merge branch 'master' of https://github.com/facebook/rocksdbAnkit Gupta
2014-04-25Fix bug + formattingAnkit Gupta
2014-04-25Fix formattingAnkit Gupta
2014-04-25Multi-get impl and formattingAnkit Gupta
2014-04-24[Java] Fixed some errors in the sample and benchmark code.Yueh-Hsuan Chiang
2014-04-24[Java] Fixed a compile error caused in some Java version.Yueh-Hsuan Chiang
2014-04-24[Java] Fixed a compile error.Yueh-Hsuan Chiang
2014-04-24[Java] Enable filluniquerandom, readseq, BloomFilter, and 70+ command-line op...Yueh-Hsuan Chiang
2014-04-23[Java] Add Java bindings and Java tests for 30+ rocksdb::Options.Yueh-Hsuan Chiang
2014-04-22Fix formattingAnkit Gupta
2014-04-22Add docAnkit Gupta
2014-04-22Refactor filter implAnkit Gupta
2014-04-22Fix docAnkit Gupta
2014-04-22Refactor filter implAnkit Gupta
2014-04-21Change filter implementationAnkit Gupta
2014-04-21Fix formattingAnkit Gupta
2014-04-21Add bloom filtersAnkit Gupta
2014-04-21[Java] Add Java binding and Java test for ReadOptions.Yueh-Hsuan Chiang
2014-04-21[Java] Add Java bindings for memtables and sst format.Yueh-Hsuan Chiang
2014-04-19Remove getIterator function from portalAnkit Gupta
2014-04-19Add docAnkit Gupta
2014-04-19Add docAnkit Gupta
2014-04-19Add doc + refactor + fix formattingAnkit Gupta
2014-04-19Add more iterator JNI bindingsAnkit Gupta
2014-04-19Add more iterator functionsAnkit Gupta
2014-04-19Adding iterator JNI bindingAnkit Gupta
2014-04-18Fix formatting issuesAnkit Gupta
2014-04-18Fix buildAnkit Gupta
2014-04-18Merge branch 'master' of https://github.com/facebook/rocksdbAnkit Gupta
2014-04-18[Java] Add Java bindings for 30 options for rocksdb::DBOptions.Yueh-Hsuan Chiang
2014-04-17[Java] Add a basic binding and test for BackupableDB and StackableDB.Yueh-Hsuan Chiang
2014-04-16Add docAnkit Gupta
2014-04-16Add docAnkit Gupta
2014-04-16Fix white spacesAnkit Gupta
2014-04-16Add fixed classesAnkit Gupta
2014-04-16Add histogramType for statisticsAnkit Gupta
2014-04-15Deleted statisticsTypeAnkit Gupta
2014-04-15Change statisticsType to tickerTypeAnkit Gupta
2014-04-14Add newline at end of fileAnkit Gupta