ZooKeeper
PHP Manual

Zookeeper::setDeterministicConnOrder

(PECL zookeeper >= 0.1.0)

Zookeeper::setDeterministicConnOrderEnable/disable quorum endpoint order randomization.

説明

public static bool Zookeeper::setDeterministicConnOrder ( bool $yesOrNo )

If passed a non-zero value, will make the client connect to quorum peers in the order as specified in the zookeeper_init() call. A zero value causes zookeeper_init() to permute the peer endpoints which is good for more even client connection distribution among the quorum peers.

パラメータ

yesOrNo

Enable/disable quorum endpoint order randomization.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

エラー / 例外

This method emits PHP error/warning when parameters count or types are wrong or operation fails.

注意

警告

Note: typically this method should NOT be used outside of testing.

注意: これは、関数ではなく 言語構造のため、可変関数 を用いて コールすることはできません。

警告

この関数は (まだ)バイナリデータ対応ではありません!

注意: register_globals: 重要な注意

PHP 4.2.0 以降、PHP ディレクティブ register_globals のデフォルト値は off となっています。 PHP コミュニティは、ユーザーがこのディレクティブの設定に依存せず、 superglobals のような他の手段を使用することを推奨します。

参考


ZooKeeper
PHP Manual