| Package | Description |
|---|---|
| org.talend.esb.servicelocator.client.internal | |
| org.talend.esb.servicelocator.client.internal.zk |
| Modifier and Type | Method and Description |
|---|---|
NodePath |
NodePath.child(String childNodeName)
Create a
NodePath, which is a child of this one. |
protected NodePath |
NodePath.child(String childNodeName,
boolean encoded)
Create a
NodePath, which is a child of this one. |
| Constructor and Description |
|---|
NodePath(NodePath parentPath,
String childPathSegment) |
NodePath(NodePath parentPath,
String childPathSegment,
boolean encoded) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointNodeImpl |
class |
RootNodeImpl |
class |
ServiceNodeImpl |
| Modifier and Type | Field and Description |
|---|---|
static NodePath |
ZKBackend.LOCATOR_ROOT_PATH |
| Modifier and Type | Method and Description |
|---|---|
void |
ZKBackend.createNode(NodePath path,
org.apache.zookeeper.CreateMode mode,
byte[] content) |
boolean |
ZKBackend.deleteNode(NodePath path,
boolean canHaveChildren) |
void |
ZKBackend.ensurePathDeleted(NodePath path,
boolean canHaveChildren) |
void |
ZKBackend.ensurePathExists(NodePath path,
org.apache.zookeeper.CreateMode mode) |
void |
ZKBackend.ensurePathExists(NodePath path,
org.apache.zookeeper.CreateMode mode,
byte[] content) |
<T> List<T> |
ZKBackend.getChildren(NodePath path,
ZKBackend.NodeMapper<T> mapper) |
byte[] |
ZKBackend.getContent(NodePath path) |
boolean |
ZKBackend.nodeExists(NodePath path) |
void |
ZKBackend.setNodeData(NodePath path,
byte[] content) |
Copyright © 2011–2016 Talend Inc.. All rights reserved.