Uses of Interface
org.apache.solr.common.cloud.LiveNodesPredicate
-
Packages that use LiveNodesPredicate Package Description org.apache.solr.common.cloud -
-
Uses of LiveNodesPredicate in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type LiveNodesPredicate Modifier and Type Method Description void
ZkStateReader. waitForLiveNodes(long wait, TimeUnit unit, LiveNodesPredicate predicate)
Block until a LiveNodesStatePredicate returns true, or the wait times out
-