Class NodeValueFetcher
- java.lang.Object
- 
- org.apache.solr.client.solrj.impl.NodeValueFetcher
 
- 
 public class NodeValueFetcher extends Object This class is responsible for fetching metrics and other attributes from a given node in Solr cluster. This is a helper class that is used bySolrClientNodeStateProvider
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNodeValueFetcher.TagsVarious well known tags that can be fetched from a node
 - 
Constructor SummaryConstructors Constructor Description NodeValueFetcher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetTags(String solrNode, Set<String> requestedTags, org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.RemoteCallCtx ctx)
 
- 
- 
- 
Field Detail- 
NODEpublic static final String NODE - See Also:
- Constant Field Values
 
 - 
PORTpublic static final String PORT - See Also:
- Constant Field Values
 
 - 
HOSTpublic static final String HOST - See Also:
- Constant Field Values
 
 - 
CORESpublic static final String CORES - See Also:
- Constant Field Values
 
 - 
SYSPROPpublic static final String SYSPROP - See Also:
- Constant Field Values
 
 - 
hostAndPortPatternpublic static final Pattern hostAndPortPattern 
 - 
METRICS_PREFIXpublic static final String METRICS_PREFIX - See Also:
- Constant Field Values
 
 
- 
 
-