public class

OplogCollection

extends Object
java.lang.Object
   ↳ org.mule.module.mongo.tools.OplogCollection

Summary

Constants
String IS_MASTER_FIELD
String MASTER_OPLOG
String REPLICA_OPLOG
Fields
private DB admin
private DB local
Public Constructors
OplogCollection(DB admin, DB local)
Public Methods
DBCollection getOplogCollection()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final String IS_MASTER_FIELD

Constant Value: "ismaster"

private static final String MASTER_OPLOG

Constant Value: "$main"

private static final String REPLICA_OPLOG

Constant Value: "rs"

Fields

private DB admin

private DB local

Public Constructors

public OplogCollection (DB admin, DB local)

Parameters
admin
local

Public Methods

public DBCollection getOplogCollection ()

Throws
IOException