Package

com.mongodb.casbah

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class MongoDeleteOperation(timestamp: BSONTimestamp, opID: Option[Long], namespace: String, document: Imports.MongoDBObject) extends MongoOpLogEntry with Product with Serializable

    Permalink
  2. case class MongoInsertOperation(timestamp: BSONTimestamp, opID: Option[Long], namespace: String, document: Imports.MongoDBObject) extends MongoOpLogEntry with Product with Serializable

    Permalink
  3. class MongoOpLog extends Iterator[MongoOpLogEntry] with Logging

    Permalink

    For a more detailed understanding of how the MongoDB Oplog works, see Kristina Chodorow's blogpost:

    For a more detailed understanding of how the MongoDB Oplog works, see Kristina Chodorow's blogpost:

    http://www.kchodorow.com/blog/2010/10/12/replication-internals/

  4. sealed trait MongoOpLogEntry extends AnyRef

    Permalink
  5. sealed trait MongoOpType extends AnyRef

    Permalink
  6. case class MongoUpdateOperation(timestamp: BSONTimestamp, opID: Option[Long], namespace: String, document: Imports.MongoDBObject, documentID: Imports.MongoDBObject) extends MongoOpLogEntry with Product with Serializable

    Permalink

Value Members

  1. object DeleteOp extends MongoOpType with Product with Serializable

    Permalink
  2. object InsertOp extends MongoOpType with Product with Serializable

    Permalink
  3. object MongoOpLogEntry

    Permalink
  4. object UpdateOp extends MongoOpType with Product with Serializable

    Permalink

Ungrouped