Package | Description |
---|---|
org.apache.camel.component.zookeepermaster.group.internal |
Modifier and Type | Method and Description |
---|---|
ChildData |
ZooKeeperGroup.getCurrentData(String fullPath)
Return the current data for the given path.
|
Modifier and Type | Method and Description |
---|---|
protected List<ChildData<T>> |
ZooKeeperGroup.getActiveChildren()
Filter stale nodes and return only active children from the current data.
|
List<ChildData> |
ZooKeeperGroup.getCurrentData()
Return the current data.
|
Modifier and Type | Method and Description |
---|---|
int |
SequenceComparator.compare(ChildData left,
ChildData right) |
int |
SequenceComparator.compare(ChildData left,
ChildData right) |
int |
ChildData.compareTo(ChildData rhs) |
Apache Camel