模块:Mongo::WriteConcern
- 扩展方式:
- writeConcern
- 包含在:
- writeConcern
- 定义于:
- build/Ruby-driver-v 2.19 /lib/mongo/write_concern.rb ,
build/Ruby-driver-v 2.19 /lib/mongo/write_concern/base.rb,
build/Ruby-driver-v 2.19 /lib/mongo/write_concern/acknowledged.rb,
build/Ruby-driver-v 2.19 /lib/mongo/write_concern/unacknowledged.rb
Overview
所有写关注特定行为的基本模块。
在命名空间下定义
常量摘要折叠
- W =
已弃用。
写关注(write concern)服务器的数量。
:w.冻结
- J =
已弃用。
日志写关注(write concern)。
:j.冻结
- FSYNC =
已弃用。
文件同步写关注(write concern)。
:fsync.冻结
- WTIMEOUT =
已弃用。
wtimeout 写关注。
:wtimeout.冻结
- GET_LAST_ERROR =
已弃用。
GLE 命令名称。
:getlasterror.冻结
- DEFAULT =
默认写关注是在单个服务器上进行确认。
{ }.冻结
实例方法摘要折叠
-
# get (options) ⇒ nil |未确认 |已确认
为提供的选项创建写关注对象。