V - value typepublic class EventDispatcher<V> extends Object implements org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
events.| Modifier and Type | Field and Description |
|---|---|
static Map<org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.Type,TransientStoreEventType> |
MAPPINGS |
| Modifier | Constructor and Description |
|---|---|
protected |
EventDispatcher(ZkEphemeralStore<V> store) |
| Modifier and Type | Method and Description |
|---|---|
void |
childEvent(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event) |
public static final Map<org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.Type,TransientStoreEventType> MAPPINGS
protected EventDispatcher(ZkEphemeralStore<V> store)
public void childEvent(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent event)
throws Exception
childEvent in interface org.apache.curator.framework.recipes.cache.PathChildrenCacheListenerExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.