Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20997 программистов и 1218 роботов. Сейчас ищет 681 программист ...
Приступая к работе

The MongoDB\Driver\ReadConcern class

Вернуться к: MongoDB\Driver

(mongodb >=1.1.0)

Введение

MongoDB\Driver\ReadConcern controls the level of isolation for read operations for replica sets and replica set shards. This option requires the WiredTiger storage engine and MongoDB 3.2 or later.

Обзор классов

final MongoDB\Driver\ReadConcern {
/* Constants */
const string LOCAL = local ;
const string MAJORITY = majority ;
/* Методы */
final public __construct ([ string $level ] )
final public string|null getLevel ( void )
}

Предопределенные константы

MongoDB\Driver\ReadConcern::LOCAL

Queries using this read concern will return the node's most recent copy of the data. This provides no guarantee that the data has been written to a majority of the nodes (i.e. it may be rolled back).

This is the default read concern level.

MongoDB\Driver\ReadConcern::MAJORITY

Queries using this read concern will return the node's most recent copy of the data confirmed as having been written to a majority of the nodes (i.e. the data cannot be rolled back).

Содержание



Вернуться к: MongoDB\Driver

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware