Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZookeeperLogger ¶
type ZookeeperLogger struct { }
func (ZookeeperLogger) Printf ¶
func (zl ZookeeperLogger) Printf(s string, i ...interface{})
Implements zk.Logger
type ZookeeperTreeCache ¶
type ZookeeperTreeCache struct {
// contains filtered or unexported fields
}
func NewZookeeperTreeCache ¶
func NewZookeeperTreeCache(conn *zk.Conn, path string, events chan ZookeeperTreeCacheEvent) *ZookeeperTreeCache
func (*ZookeeperTreeCache) Stop ¶
func (tc *ZookeeperTreeCache) Stop()
type ZookeeperTreeCacheEvent ¶
Click to show internal directories.
Click to hide internal directories.