Uses of Interface
org.apache.pulsar.zookeeper.ZooKeeperCache.CacheUpdater
-
Packages that use ZooKeeperCache.CacheUpdater Package Description org.apache.pulsar.zookeeper -
-
Uses of ZooKeeperCache.CacheUpdater in org.apache.pulsar.zookeeper
Classes in org.apache.pulsar.zookeeper that implement ZooKeeperCache.CacheUpdater Modifier and Type Class Description classZooKeeperChildrenCacheThis class keeps a cache of the children for several z-nodes and updates it whenever it's changed on zookeeper.classZooKeeperDataCache<T>Provides a generic cache for reading objects stored in zookeeper.Methods in org.apache.pulsar.zookeeper with parameters of type ZooKeeperCache.CacheUpdater Modifier and Type Method Description <T> voidGlobalZooKeeperCache. process(org.apache.zookeeper.WatchedEvent event, ZooKeeperCache.CacheUpdater<T> updater)<T> voidLocalZooKeeperCache. process(org.apache.zookeeper.WatchedEvent event, ZooKeeperCache.CacheUpdater<T> updater)<T> voidZooKeeperCache. process(org.apache.zookeeper.WatchedEvent event, ZooKeeperCache.CacheUpdater<T> updater)voidZooKeeperCacheWatcher. process(org.apache.zookeeper.WatchedEvent event, ZooKeeperCache.CacheUpdater<T> updater, com.google.common.cache.Cache<java.lang.String,T> cache)
-