Uses of Class
org.apache.camel.component.zookeepermaster.group.internal.ChildData
-
Packages that use ChildData Package Description org.apache.camel.component.zookeepermaster.group.internal -
-
Uses of ChildData in org.apache.camel.component.zookeepermaster.group.internal
Methods in org.apache.camel.component.zookeepermaster.group.internal that return ChildData Modifier and Type Method Description ChildDataZooKeeperGroup. getCurrentData(String fullPath)Return the current data for the given path.Methods in org.apache.camel.component.zookeepermaster.group.internal that return types with arguments of type ChildData Modifier and Type Method 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.Methods in org.apache.camel.component.zookeepermaster.group.internal with parameters of type ChildData Modifier and Type Method Description intSequenceComparator. compare(ChildData left, ChildData right)intChildData. compareTo(ChildData rhs)
-