Package | Description |
---|---|
net.dempsy.cluster | |
net.dempsy.cluster.local | |
net.dempsy.cluster.zookeeper |
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterInfoSession.exists(String path,
ClusterInfoWatcher watcher)
Check if a path has already been created.
|
Object |
ClusterInfoSession.getData(String path,
ClusterInfoWatcher watcher)
If data is stored at the node indicated by the path, then the data will be returned.
|
Collection<String> |
ClusterInfoSession.getSubdirs(String path,
ClusterInfoWatcher watcher)
Show all of the subdirectories of the given directory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LocalClusterSessionFactory.LocalSession.exists(String path,
ClusterInfoWatcher watcher) |
Object |
LocalClusterSessionFactory.LocalSession.getData(String path,
ClusterInfoWatcher watcher) |
Collection<String> |
LocalClusterSessionFactory.LocalSession.getSubdirs(String path,
ClusterInfoWatcher watcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
ZookeeperSession.exists(String ppath,
ClusterInfoWatcher watcher) |
Object |
ZookeeperSession.getData(String ppath,
ClusterInfoWatcher watcher) |
Collection<String> |
ZookeeperSession.getSubdirs(String ppath,
ClusterInfoWatcher pwatcher) |
protected ZookeeperSession.WatcherProxy |
ZookeeperSession.makeWatcherProxy(ClusterInfoWatcher watcher) |
Constructor and Description |
---|
WatcherProxy(ClusterInfoWatcher watcher) |
Copyright © 2018. All rights reserved.