Class AttributeFetcherForTest
- java.lang.Object
-
- org.apache.solr.cluster.placement.AttributeFetcherForTest
-
- All Implemented Interfaces:
org.apache.solr.cluster.placement.AttributeFetcher
public class AttributeFetcherForTest extends Object implements org.apache.solr.cluster.placement.AttributeFetcher
-
-
Constructor Summary
Constructors Constructor Description AttributeFetcherForTest(org.apache.solr.cluster.placement.AttributeValues attributeValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.cluster.placement.AttributeValuesfetchAttributes()org.apache.solr.cluster.placement.AttributeFetcherfetchFrom(Set<org.apache.solr.cluster.Node> nodes)org.apache.solr.cluster.placement.AttributeFetcherrequestCollectionMetrics(org.apache.solr.cluster.SolrCollection solrCollection, Set<org.apache.solr.cluster.placement.ReplicaMetric<?>> metricNames)org.apache.solr.cluster.placement.AttributeFetcherrequestNodeMetric(org.apache.solr.cluster.placement.NodeMetric<?> metric)org.apache.solr.cluster.placement.AttributeFetcherrequestNodeSystemProperty(String name)
-
-
-
Method Detail
-
requestNodeSystemProperty
public org.apache.solr.cluster.placement.AttributeFetcher requestNodeSystemProperty(String name)
- Specified by:
requestNodeSystemPropertyin interfaceorg.apache.solr.cluster.placement.AttributeFetcher
-
requestNodeMetric
public org.apache.solr.cluster.placement.AttributeFetcher requestNodeMetric(org.apache.solr.cluster.placement.NodeMetric<?> metric)
- Specified by:
requestNodeMetricin interfaceorg.apache.solr.cluster.placement.AttributeFetcher
-
requestCollectionMetrics
public org.apache.solr.cluster.placement.AttributeFetcher requestCollectionMetrics(org.apache.solr.cluster.SolrCollection solrCollection, Set<org.apache.solr.cluster.placement.ReplicaMetric<?>> metricNames)- Specified by:
requestCollectionMetricsin interfaceorg.apache.solr.cluster.placement.AttributeFetcher
-
fetchFrom
public org.apache.solr.cluster.placement.AttributeFetcher fetchFrom(Set<org.apache.solr.cluster.Node> nodes)
- Specified by:
fetchFromin interfaceorg.apache.solr.cluster.placement.AttributeFetcher
-
fetchAttributes
public org.apache.solr.cluster.placement.AttributeValues fetchAttributes()
- Specified by:
fetchAttributesin interfaceorg.apache.solr.cluster.placement.AttributeFetcher
-
-