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