| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache | |
| org.apache.curator.framework.recipes.nodes |
| Class | Description |
|---|---|
| ChildData | |
| NodeCacheListener | |
| PathChildrenCache.StartMode |
Method of priming cache on
PathChildrenCache.start(StartMode) |
| PathChildrenCacheEvent |
POJO that abstracts a change to a path
|
| PathChildrenCacheEvent.Type |
Type of change
|
| PathChildrenCacheListener |
Listener for PathChildrenCache changes
|
| PathChildrenCacheMode |
Deprecated.
no longer used. Instead use either
PathChildrenCache(CuratorFramework, String, boolean)
or PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) |
| TreeCache |
A utility that attempts to keep all data from all children of a ZK path locally cached.
|
| TreeCache.Builder | |
| TreeCacheEvent |
POJO that abstracts a change to a path
|
| TreeCacheEvent.Type |
Type of change
|
| TreeCacheListener |
Listener for
TreeCache changes |
| TreeCacheSelector |
Controls which nodes a TreeCache processes.
|
| Class | Description |
|---|---|
| PathChildrenCache |
A utility that attempts to keep all data from all children of a ZK path locally cached.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.