Go to the documentation of this file.
26 use InvalidArgumentException;
35 const SHUTDOWN_NO_CHRONPROT = 0;
37 const SHUTDOWN_CHRONPROT_ASYNC = 1;
39 const SHUTDOWN_CHRONPROT_SYNC = 2;
42 const CLUSTER_MAIN_DEFAULT =
'DEFAULT';
115 public function newMainLB( $domain =
false, $owner =
null );
123 public function getMainLB( $domain =
false );
175 public function forEachLB( $callback, array $params = [] );
186 $mode = self::SHUTDOWN_CHRONPROT_SYNC,
187 callable $workCallback =
null,
209 public function commitAll( $fname = __METHOD__, array $options = [] );