検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for secondary (0.004 sec.)
The MongoDB\Driver\ReadPreference class 13199
« MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma ... const int RP_PRIMARY_PREFERRED = 5 ; const int RP_SECONDARY = 2 ; const int RP_SECONDARY_PREFERRED = 6 ; const ... RIMARY_PREFERRED = primaryPreferred ; const string SECONDARY = secondary ; const string SECONDARY_PREFERRED = s ... ary but if it is unavailable, operations read from secondary members. MongoDB\Driver\ReadPreference::RP_SECONDA ... RY All operations read from the secondary members of the replica set. MongoDB\Driver\ReadPre ...
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html - [similar]
Create a new ReadPreference 12870
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... ary but if it is unavailable, operations read from secondary members. MongoDB\Driver\ReadPreference::RP_SECONDA ... RY or "secondary" All operations read from the secondary members of ... the replica set. MongoDB\Driver\ReadPreference::RP_SECONDARY_PREFERRED or "secondaryPreferred" In most situatio ... ns, operations read from secondary members but if no secondary members are available, ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
Checks if this server is a secondary member of a replica set 10632
« MongoDB\Driver\Server::isPrimary MongoDB\Driver\ServerDescription » PHP Manual MongoDB\Driver\ ... Server Checks if this server is a secondary member of a replica set MongoDB\Driver\Server::isS ... condary (mongodb >=1.0.0) MongoDB\Driver\Server::isSecondary — Checks if this server is a secondary member of a ... ica set 説明 final public MongoDB\Driver\Server::isSecondary (): bool Returns whether this server is a » second ... ありません。 戻り値 Returns true if this server is a secondary member of a replica set, and false otherwise. エラ ...
https://man.plustar.jp/php/mongodb-driver-server.issecondary.html - [similar]
Returns an object for BSON serialization 10582
« MongoDB\Driver\ReadPreference MongoDB\Driver\ReadPreference::__construct » PHP Manual MongoDB\ ... ongoDB\Driver\ReadPreference::bsonSerialize() with secondary read preference and tag sets <?php $rp = new Mongo ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY , [ [ 'dc' => 'ny' ], [ 'dc' => 'sf' , 'use' => 'r ... す。 object(stdClass)#2 (2) { ["mode"]=> string(9) "secondary" ["tags"]=> array(3) { [0]=> object(stdClass)#1 (1 ... } [2]=> object(stdClass)#4 (0) { } } } { "mode" : "secondary", "tags" : [ { "dc" : "ny" }, { "dc" : "sf", "use" ...
https://man.plustar.jp/php/mongodb-driver-readpreference.bsonserialize.html - [similar]
Returns the ReadPreference's "maxStalenessSeconds" option 8920
« MongoDB\Driver\ReadPreference::getHedge MongoDB\Driver\ReadPreference::getMode » PHP Manual Mo ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY ); var_dump ( $rp -> getMaxStalenessSeconds ()); $ ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY , null , [ 'maxStalenessSeconds' => MongoDB \ Driv ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY , null , [ 'maxStalenessSeconds' => MongoDB \ Driv ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY , null , [ 'maxStalenessSeconds' => 1000 , ]); var ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmaxstalenessseconds.... - [similar]
Returns the ReadPreference's "mode" option as a string 8920
« MongoDB\Driver\ReadPreference::getMode MongoDB\Driver\ReadPreference::getTagSets » PHP Manual ... dPreference ( MongoDB \ Driver \ ReadPreference :: SECONDARY ); var_dump ( $rp -> getModeString ()); $rp = new ... dPreference ( MongoDB \ Driver \ ReadPreference :: SECONDARY_PREFERRED ); var_dump ( $rp -> getModeString ()); ... "primary" string(16) "primaryPreferred" string(9) "secondary" string(18) "secondaryPreferred" string(7) "neares ... , option , getModeString , getMode , パラメータ , secondary ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmodestring.html - [similar]
The MongoDB\Driver\Server class 8163
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... const int TYPE_RS_PRIMARY = 4 ; const int TYPE_RS_SECONDARY = 5 ; const int TYPE_RS_ARBITER = 6 ; const int TY ... ool final public isPrimary (): bool final public isSecondary (): bool } 定義済み定数 MongoDB\Driver\Server::TYP ... Server::getType() . MongoDB\Driver\Server::TYPE_RS_SECONDARY Replica set secondary server type, returned by Mon ... y member of a replica set MongoDB\Driver\Server::isSecondary — Checks if this server is a secondary member of a ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
The MongoDB\Driver\ServerDescription class 8080
« MongoDB\Driver\Server::isSecondary MongoDB\Driver\ServerDescription::getHelloResponse » PHP Ma ... PE_RS_PRIMARY = "RSPrimary" ; const string TYPE_RS_SECONDARY = "RSSecondary" ; const string TYPE_RS_ARBITER = " ... Type() . MongoDB\Driver\ServerDescription::TYPE_RS_SECONDARY Replica set secondary server type, returned by Mon ...
https://man.plustar.jp/php/class.mongodb-driver-serverdescription.html - [similar]
Execute a database command on this server 7982
« MongoDB\Driver\Server::executeBulkWrite MongoDB\Driver\Server::executeQuery » PHP Manual Mongo ... ad, it may be used when issuing the operation to a secondary (from a replica set connection, not standalone) or ... e.g. invalid command, issuing a write command to a secondary). 変更履歴 バージョン 説明 PECL mongodb 1.4.4 Mong ... ion. For example, executing a write operation on a secondary (excluding its "local" database) will fail. 参考 M ...
https://man.plustar.jp/php/mongodb-driver-server.executecommand.html - [similar]
Returns the ReadPreference's "mode" option 7932
« MongoDB\Driver\ReadPreference::getMaxStalenessSeconds MongoDB\Driver\ReadPreference::getModeSt ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY ); var_dump ( $rp -> getMode ()); $rp = new MongoD ... eference ( MongoDB \ Driver \ ReadPreference :: RP_SECONDARY_PREFERRED ); var_dump ( $rp -> getMode ()); $rp = ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmode.html - [similar]
PREV 1 2 3 NEXT