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