The ZookeeperConfig class

(PECL zookeeper >= 0.6.0, ZooKeeper >= 3.5.0)

Introduction

The ZooKeeper Config handling class.

Synopsis de la classe

classZookeeperConfig {
publicadd(string$members, int$version = -1, array&$stat = null): void
publicget(callable$watcher_cb = null, array&$stat = null): string
publicremove(string$id_list, int$version = -1, array&$stat = null): void
publicset(string$members, int$version = -1, array&$stat = null): void
}

Sommaire

To Top