public interface CollectionStatePredicate
boolean matches(Set<String> liveNodes, DocCollection collectionState)
Note that both liveNodes and collectionState should be consulted to determine the overall state.
liveNodes - the current set of live nodescollectionState - the latest collection state, or null if the collection
does not existCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.