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