Uses of Class
org.apache.solr.common.cloud.NodesSysPropsCacher
-
Packages that use NodesSysPropsCacher Package Description org.apache.solr.client.solrj.routing Classes to handle query routing preferences -
-
Uses of NodesSysPropsCacher in org.apache.solr.client.solrj.routing
Methods in org.apache.solr.client.solrj.routing with parameters of type NodesSysPropsCacher Modifier and Type Method Description ReplicaListTransformerRequestReplicaListTransformerGenerator. getReplicaListTransformer(SolrParams requestParams, String defaultShardPreferences, String nodeName, String localHostAddress, NodesSysPropsCacher sysPropsCacher)Constructors in org.apache.solr.client.solrj.routing with parameters of type NodesSysPropsCacher Constructor Description NodePreferenceRulesComparator(List<PreferenceRule> preferenceRules, SolrParams requestParams, String nodeName, String localHostAddress, NodesSysPropsCacher sysPropsCache, ReplicaListTransformerFactory defaultRltFactory, ReplicaListTransformerFactory stableRltFactory)RequestReplicaListTransformerGenerator(String defaultShardPreferences, String nodeName, String localHostAddress, NodesSysPropsCacher sysPropsCacher)RequestReplicaListTransformerGenerator(ReplicaListTransformerFactory defaultRltFactory, ReplicaListTransformerFactory stableRltFactory, String defaultShardPreferences, String nodeName, String localHostAddress, NodesSysPropsCacher sysPropsCacher)
-