public class CacheListener extends Object
| Constructor and Description |
|---|
CacheListener() |
| Modifier and Type | Method and Description |
|---|---|
ZookeeperDataListener |
addListener(String pathKey,
ConfigurationListener configurationListener,
String key,
String group) |
void |
clear() |
ZookeeperDataListener |
getCachedListener(String pathKey) |
Map<String,ZookeeperDataListener> |
getPathKeyListeners() |
ZookeeperDataListener |
removeListener(String pathKey,
ConfigurationListener configurationListener) |
public ZookeeperDataListener addListener(String pathKey, ConfigurationListener configurationListener, String key, String group)
public ZookeeperDataListener removeListener(String pathKey, ConfigurationListener configurationListener)
public ZookeeperDataListener getCachedListener(String pathKey)
public Map<String,ZookeeperDataListener> getPathKeyListeners()
public void clear()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.