summaryrefslogtreecommitdiff
path: root/examples/java
AgeCommit message (Expand)Author
2017-05-25WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod
2017-05-24Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod
2017-05-24WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic
2017-04-07WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic
2016-12-02WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson
2016-10-21WT-2880 Add Zstandard compression support (#3075)Keith Bostic
2016-07-08WT-2711 Change statistics log configuration options (#2834)Keith Bostic
2016-04-19Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill
2016-04-16WT-2556: typo in the Java example codeKeith Bostic
2016-04-15WT-2103: add incremental backup testing to formatKeith Bostic
2016-04-14WT-2360 Introduced a more complex join example to show nesting and disjunction.Don Anderson
2016-02-29WT-2431 The schema example now needs statistics enabled for the connection.Don Anderson
2016-02-28WT-2431 Add examples for join cursor statistics.Don Anderson
2016-02-23WT-2107: Add example code including an event handlerKeith Bostic
2016-02-21WT-2107: Add example code including an event handlerKeith Bostic
2016-01-28WT-2352: Allow build and test without requiring lz4Keith Bostic
2016-01-01Upgrade copyright notices from 2015 to 2016.Keith Bostic
2015-11-03WT-1315. Added C and java examples for join cursors.Don Anderson
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