| Package | Description |
|---|---|
| at.salzburgresearch.nodekeeper | |
| at.salzburgresearch.nodekeeper.eca | |
| at.salzburgresearch.nodekeeper.eca.function |
| Modifier and Type | Method and Description |
|---|---|
<T> Node<T> |
NodeKeeper.readNode(String path,
Class<T> clazz)
read node to ZooKeeper, return null if it does not exist
|
| Modifier and Type | Method and Description |
|---|---|
<T> Set<Node<T>> |
NodeKeeper.listChildrenNodes(String path,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
NodeKeeper.deleteNode(Node<T> node)
delete the node from ZooKeeper
|
abstract void |
NodeListener.onNodeCreated(Node<T> node) |
abstract void |
NodeListener.onNodeDeleted(Node<T> node) |
abstract void |
NodeListener.onNodeUpdated(Node<T> node) |
<T> void |
NodeKeeper.writeNode(Node<T> node,
Class<T> clazz)
write node to ZooKeeper, create parent nodes recursively if they do not exist
|
| Modifier and Type | Method and Description |
|---|---|
String |
Binding.execute(NodeKeeper nodeKeeper,
Node current) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ToUpperCase.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
StaticValueFunction.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
SearchReplace.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
PathNode.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
Parent.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
OrFunction.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
NodeData.execute(NodeKeeper nodeKeeper,
Node current) |
abstract Object |
Function.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
CurrentNodeLabel.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
CurrentNodeData.execute(NodeKeeper nodeKeeper,
Node current) |
Object |
Concat.execute(NodeKeeper nodeKeeper,
Node current) |
Copyright © 2014. All Rights Reserved.