| Package | Description |
|---|---|
| org.apache.pulsar.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
ZooKeeperChildrenCache
This class keeps a cache of the children for several z-nodes and updates it whenever it's changed on zookeeper.
|
class |
ZooKeeperDataCache<T>
Provides a generic cache for reading objects stored in zookeeper.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
GlobalZooKeeperCache.process(WatchedEvent event,
ZooKeeperCache.CacheUpdater<T> updater) |
<T> void |
ZooKeeperCache.process(WatchedEvent event,
ZooKeeperCache.CacheUpdater<T> updater) |
<T> void |
LocalZooKeeperCache.process(WatchedEvent event,
ZooKeeperCache.CacheUpdater<T> updater) |
void |
ZooKeeperCacheWatcher.process(WatchedEvent event,
ZooKeeperCache.CacheUpdater<T> updater,
com.google.common.cache.Cache<String,T> cache) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.