Module: Oboe::Inst::Mongo

Included in:
Mongo::Collection, Mongo::Cursor, Mongo::DB
Defined in:
lib/oboe/inst/mongo.rb

Constant Summary collapse

FLAVOR =
'mongodb'
DB_OPS =

Operations for Mongo::DB

[ :create_collection, :drop_collection ]
CURSOR_OPS =

Operations for Mongo::Cursor

[ :count ]
COLL_WRITE_OPS =

Operations for Mongo::Collection

[ :find_and_modify, :insert, :map_reduce, :remove, :rename, :update ]
COLL_QUERY_OPS =
[ :distinct, :find, :group ]
COLL_INDEX_OPS =
[ :create_index, :drop_index, :drop_indexes, :ensure_index, :index_information ]