CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 01:11:47 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090822225041
location: https://web.archive.org/web/20090822225041/https://github.com/mongodb/mongo-java-driver/tree/master
server-timing: captures_list;dur=0.693638, exclusion.robots;dur=0.023148, exclusion.robots.policy;dur=0.010061, esindex;dur=0.011327, cdx.remote;dur=117.331719, LoadShardBlock;dur=221.438523, PetaboxLoader3.datanode;dur=89.860235, PetaboxLoader3.resolve;dur=66.860267
x-app-server: wwwb-app239
x-ts: 302
x-tr: 689
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 18 Aug 2025 01:11:48 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 22 Aug 2009 22:50:41 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 245ms
x-archive-orig-etag: "58abbf51643d3a89bc6a9676688fc218"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25656
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 22 Aug 2009 22:50:41 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 31 Jan 2009 13:53:01 GMT", ; rel="prev memento"; datetime="Thu, 23 Jul 2009 20:08:55 GMT", ; rel="memento"; datetime="Sat, 22 Aug 2009 22:50:41 GMT", ; rel="next memento"; datetime="Tue, 18 Oct 2011 08:04:17 GMT", ; rel="last memento"; datetime="Thu, 18 May 2023 11:56:52 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090822200803_crawl103.gpg-c/51_11_20090822225013_crawl101.arc.gz
server-timing: captures_list;dur=0.486913, exclusion.robots;dur=0.015438, exclusion.robots.policy;dur=0.007053, esindex;dur=0.008043, cdx.remote;dur=20.332256, LoadShardBlock;dur=235.267788, PetaboxLoader3.datanode;dur=164.814676, PetaboxLoader3.resolve;dur=212.040235, load_resource;dur=150.299493
x-app-server: wwwb-app239
x-ts: 200
x-tr: 468
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo-java-driver at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | java driver for mongo edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/mongodb/mongo-java-driver.git
Give this clone URL to anyone.
git clone git://github.com/mongodb/mongo-java-driver.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:mongodb/mongo-java-driver.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Feb 12 05:20:09 -0800 2009 | All the modified files for the relicensing [Geir Magnusson Jr] |
![]() |
LICENSE.txt | Thu Feb 12 05:13:46 -0800 2009 | Relicense under the AL2.0 [Geir Magnusson Jr] |
![]() |
README.md | Tue Feb 17 05:14:59 -0800 2009 | Maybe use markdown... duh.. [Geir Magnusson Jr] |
![]() |
build.xml | Thu Jun 25 08:30:12 -0700 2009 | BUMP 0.6 [erh] |
![]() |
examples/ | Mon Feb 09 15:03:21 -0800 2009 | Adding getLastError(), getPreviousError(), rese... [geir] |
![]() |
lib/ | Fri Feb 06 06:11:43 -0800 2009 | build.xml : move "include" to "lib" [Geir Magnusson Jr] |
![]() |
src/ | Mon Aug 17 08:32:02 -0700 2009 | don't make toArray unmodifiable [erh] |
![]() |
testng.xml | Mon Aug 17 07:36:12 -0700 2009 | fixed DBRefBase.toString() MINOR [kristina] |
![]() |
validate | Sat Jan 10 05:44:20 -0800 2009 | validate script for kristina's framework [geir] |
![]() |
validate.sh | Sun Jan 18 07:43:18 -0800 2009 | validate.sh : little script to help run against... [geir] |
README.md
Change Log
2009-02-14 : add DBCollection.insert(DBObject[]) and DBCollection.insert(List) methods - doing a bulk insert can really boost performance.
2009-02-13 : Make it clear that the license is Apache License 2.0
2009-02-12 : remove "seen" to avoid memory overhead on running over large collections. Downside is that this exposes a small bug in MongoDB if you happen to modify a document in a large collection while iterating, but that will soon be fixed.
This feature is coming soon. Sit tight!