|
The ZookeeperConfig classIntroductionThe ZooKeeper Config handling class. Class synopsisZookeeperConfig
class ZookeeperConfig
{
/* Methods */
public
void add(string
$members , int $version = -1, array &$stat = null )public
string get(callable
$watcher_cb = null , array &$stat = null )public
void remove(string
$id_list , int $version = -1, array &$stat = null )public
void set(string
}$members , int $version = -1, array &$stat = null )
|