Results of 1 - 10 of about 11 for wtimeout (0.006 sec.)
- Create a new WriteConcern 12482
- « MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua
...
WriteConcern::__construct ( string | int $w , int $wtimeout = ? , bool $journal = ? ) Constructs a new MongoDB ...
ed to a replica set member with the specified tag. wtimeout How long to wait (in milliseconds) for secondaries ...
before failing. wtimeout causes write operations to return with an error ( ...
ns performed before the write concern exceeded the wtimeout time limit. If specified, wtimeout must be a signe ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html
- [similar]
- Returns the WriteConcern's "wtimeout" option 12127
- « MongoDB\Driver\WriteConcern::getW MongoDB\Driver\WriteConcern::isDefault » PHP Manual MongoDB\
...
Driver\WriteConcern Returns the WriteConcern's "wtimeout" option MongoDB\Driver\WriteConcern::getWtimeout ( ...
mongodb >=1.0.0) MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option 説明 ...
final public MongoDB\Driver\WriteConcern::getWtimeout (): int | MongoDB\BSON\Int64 パラメータ この関数に ...
タはありません。 戻り値 Returns the WriteConcern's "wtimeout" option. エラー / 例外 引数のパースに失敗した場合に ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.getwtimeout.html
- [similar]
- Returns an object for BSON serialization 10188
- « MongoDB\Driver\WriteConcern MongoDB\Driver\WriteConcern::__construct » PHP Manual MongoDB\Driv
...
MongoDB\Driver\WriteConcern::bsonSerialize() with wtimeout and journal <?php $wc = new MongoDB \ Driver \ Wri ...
Class)#2 (3) { ["w"]=> int(2) ["j"]=> bool(true) ["wtimeout"]=> int(1000) } { "w" : 2, "j" : true, "wtimeout" ...
Driver , Returns , serialization , bsonSerialize , wtimeout , majority , パラメータ , 出力 , int ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcern.bsonserialize.html
- [similar]
- The MongoDB\Driver\WriteConcern class 8730
- « MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual
...
final public __construct ( string | int $w , int $wtimeout = ? , bool $journal = ? ) final public getJournal ...
ublic getW (): string | int | null final public getWtimeout (): int | MongoDB\BSON\Int64 final public isDefaul ...
ncern's "w" option MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option Mon ...
-
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html
- [similar]
- Return the WriteConcern for the Manager 8037
- « MongoDB\Driver\Manager::getServers MongoDB\Driver\Manager::removeSubscriber » PHP Manual Mongo
...
\ Manager ( 'mongodb://localhost:27017/?w=majority&wtimeoutMS=2000' ); var_dump ( $manager -> getWriteConcern ...
iteConcern)#1 (2) { ["w"]=> string(8) "majority" ["wtimeout"]=> int(2000) } 参考 MongoDB\Driver\WriteConcern M ...
-
https://man.plustar.jp/php/mongodb-driver-manager.getwriteconcern.html
- [similar]
- Returns metadata document for the WriteConcernError 8037
- « MongoDB\Driver\WriteConcernError::getCode MongoDB\Driver\WriteConcernError::getMessage » PHP M
...
ば以下のようになります。 object(stdClass)#1 (1) { ["wtimeout"]=> bool(true) } 参考 » Write Concern reference 関 ...
-
https://man.plustar.jp/php/mongodb-driver-writeconcernerror.getinfo.html
- [similar]
- Returns any write concern error that occurred 7966
- « MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma
...
"]=> int(64) ["info"]=> object(stdClass)#7 (1) { ["wtimeout"]=> bool(true) } } 参考 MongoDB\Driver\WriteConcer ...
-
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html
- [similar]
- The MongoDB\Driver\BulkWrite class 7681
- « MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D
...
: waiting for replication timed out (64): array ( 'wtimeout' => true, ) Operation#7: E11000 duplicate key erro ...
-
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html
- [similar]
- MongoDB driver classes 7628
- « Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo
...
ncern's "w" option MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option Mon ...
-
https://man.plustar.jp/php/book.mongodb.html
- [similar]
- Create new MongoDB Manager 7486
- « MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man
...
er. For details, see MongoDB\Driver\WriteConcern . wTimeoutMS int | string Corresponds to the default write co ...
ncern's wtimeout parameter. Specifies a time limit, in milliseconds ...
s, see MongoDB\Driver\WriteConcern . If specified, wTimeoutMS must be a signed 32-bit integer greater than or ...
hanged from previous versions. PECL mongodb 1.5.0 "wtimeoutMS" is now always validated and applied to the writ ...
-
https://man.plustar.jp/php/mongodb-driver-manager.construct.html
- [similar]