Package org.apache.solr.common.cloud
Interface LiveNodesPredicate
- 
 public interface LiveNodesPredicateInterface to determine if live nodes matches a required state
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(SortedSet<String> oldLiveNodes, SortedSet<String> newLiveNodes)
 
-