Uses of Interface
org.apache.solr.common.cloud.LiveNodesPredicate
-
Packages that use LiveNodesPredicate Package Description org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
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 Note that the predicate may be called again even after it has returned true, so implementors should avoid changing state within the predicate call itself.
-