package oplog
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class CollectionMonitor[T <: ModelObject] extends Reaction[Operation]
- final class Delete extends AnyVal
- sealed trait OpType extends AnyRef
-
case class
Operation(ts: Long, t: Int, h: Long, v: Int, op: Char, ns: String, wall: Long, o: Json) extends Product with Serializable
Record entry from OperationsLog
Record entry from OperationsLog
See: http://dbversity.com/mongodb-understanding-oplog/
- ts
time of the operation
- t
unknown
- h
unique id hash for each operation
- v
version
- op
operation type: i: insert d: delete u: update c: command operation n: noop
- ns
the database and collection affected by the operation (db.collection)
- wall
wall clock time
- o
operation data
- class OperationsLog extends Observer[Document]