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 Summary
Nested Classes Modifier and Type Class Description static class
NodeValueFetcher.Tags
Various well known tags that can be fetched from a node
-
Constructor Summary
Constructors Constructor Description NodeValueFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getTags(Set<String> requestedTags, org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.RemoteCallCtx ctx)
-
-
-
Field Detail
-
NODE
public static final String NODE
- See Also:
- Constant Field Values
-
PORT
public static final String PORT
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
CORES
public static final String CORES
- See Also:
- Constant Field Values
-
SYSPROP
public static final String SYSPROP
- See Also:
- Constant Field Values
-
hostAndPortPattern
public static final Pattern hostAndPortPattern
-
METRICS_PREFIX
public static final String METRICS_PREFIX
- See Also:
- Constant Field Values
-
-