Skip to content

Instantly share code, notes, and snippets.

@htimur
Last active March 17, 2016 12:29
Show Gist options
  • Save htimur/a87dce28668a82000fcf to your computer and use it in GitHub Desktop.
Save htimur/a87dce28668a82000fcf to your computer and use it in GitHub Desktop.
client.getDatabase("local")
.getCollection("oplog.rs")
.find(and(
in(MongoConstants.OPLOG_OPERATION, "i", "d", "u"),
exists("fromMigrate", false)))
.cursorType(CursorType.TailableAwait)
.noCursorTimeout(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment