オプションのクラスタ・コントローラ・パラメータの設定
クラスタ・コントローラのハートビート頻度に関するオプション・パラメータを、bi-cluster-config.xml
ファイルに設定できます。
このコードは、bi-cluster-config.xml
ファイルのパラメータの例を示しています。この例で示されていないその他の要素は、すべて一元管理されており、手動では設定できないことに注意してください。
<bi:ClusterProperties> <bi:ClusterEnabled>true</bi:ClusterEnabled> <bi:ServerPollSeconds>5</bi:ServerPollSeconds> <bi:ControllerPollSeconds>5</bi:ControllerPollSeconds> </bi:ClusterProperties>