Interface | Description |
---|---|
NodeCacheListener | |
PathChildrenCacheListener |
Listener for PathChildrenCache changes
|
TreeCacheListener |
Listener for
TreeCache changes |
TreeCacheSelector |
Controls which nodes a TreeCache processes.
|
Class | Description |
---|---|
ChildData | |
DefaultTreeCacheSelector |
Default TreeCache selector - returns true for all methods
|
NodeCache |
A utility that attempts to keep the data from a node locally cached.
|
PathChildrenCache |
A utility that attempts to keep all data from all children of a ZK path locally cached.
|
PathChildrenCacheEvent |
POJO that abstracts a change to a path
|
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
|
Enum | Description |
---|---|
PathChildrenCache.StartMode |
Method of priming cache on
PathChildrenCache.start(StartMode) |
PathChildrenCacheEvent.Type |
Type of change
|
PathChildrenCacheMode | Deprecated
no longer used.
|
TreeCacheEvent.Type |
Type of change
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.