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