The ZookeeperConfig class

Introduction

The ZooKeeper Config handling class.

Class synopsis

ZookeeperConfig
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)
}
Table of Contents