Uses of Interface
org.apache.solr.common.cloud.ZkMaintenanceUtils.ZkVisitor
- 
Packages that use ZkMaintenanceUtils.ZkVisitor Package Description org.apache.solr.common.cloud 
- 
- 
Uses of ZkMaintenanceUtils.ZkVisitor in org.apache.solr.common.cloudMethods in org.apache.solr.common.cloud with parameters of type ZkMaintenanceUtils.ZkVisitor Modifier and Type Method Description static 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.
 
-