Uses of Interface
org.apache.solr.common.cloud.ZkMaintenanceUtils.ZkVisitor
Packages that use ZkMaintenanceUtils.ZkVisitor
-
Uses of ZkMaintenanceUtils.ZkVisitor in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type ZkMaintenanceUtils.ZkVisitorModifier and TypeMethodDescriptionstatic voidZkMaintenanceUtils.traverseZkTree(SolrZkClient zkClient, String path, ZkMaintenanceUtils.VISIT_ORDER visitOrder, ZkMaintenanceUtils.ZkVisitor visitor) Recursively visit a zk tree rooted at path and apply the given visitor to each path.