Class Snitch
- java.lang.Object
- 
- org.apache.solr.common.cloud.rule.Snitch
 
- 
- Direct Known Subclasses:
- ImplicitSnitch
 
 public abstract class Snitch extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static Set<Class<?>>WELL_KNOWN_SNITCHES
 - 
Constructor SummaryConstructors Constructor Description Snitch()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidgetTags(String solrNode, Set<String> requestedTags, SnitchContext ctx)abstract booleanisKnownTag(String tag)
 
- 
- 
- 
Method Detail- 
getTagspublic abstract void getTags(String solrNode, Set<String> requestedTags, SnitchContext ctx) 
 - 
isKnownTagpublic abstract boolean isKnownTag(String tag) 
 
- 
 
-