summaryrefslogtreecommitdiff
path: root/examples/java
AgeCommit message (Expand)Author
2015-03-18Add LZ4 to the documentation.Keith Bostic
2015-01-17Fixup Java examples.Alex Gorrod
2015-01-17Merge branch 'develop' into cursor-equalMichael Cahill
2015-01-17Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill
2015-01-14Rename WT_CURSOR compare_equal to be equals.Alex Gorrod
2015-01-10Add support for the WT_CURSOR.compare_equal method.Keith Bostic
2015-01-09Merge branch 'develop' into java-examplesDon Anderson
2015-01-09Set of fixes to get most java examples to run. Refs #1526.Don Anderson
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2015-01-02Fixed a timing error in the example startup, as well as closing handles.Don Anderson
2014-11-18Add support for immutable indices.Alex Gorrod
2014-10-17Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic
2014-10-06Java examples to match similarly named examples from C.Don Anderson
2014-06-23Update Java example to catch WiredTiger exceptions.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-02-19Fix copyright notices in Java source code.Alex Gorrod
2013-02-19Remove stub WiredTiger YCSB implementation from source tree.Alex Gorrod
2013-02-19Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod
2013-02-13Update Java example to use new cursor interface.Alex Gorrod
2013-02-12Update Java structure packing implementation.Alex Gorrod
2013-02-08Add a Java implementation of packed formats.Alex Gorrod
2013-01-25Add in examples to Java build.Alex Gorrod
2012-07-07imported patch java-apiMichael Cahill