Uses of Interface
org.apache.solr.cluster.placement.ReplicaMetric
- 
Packages that use ReplicaMetric Package Description org.apache.solr.cluster.placement This package contains interfaces visible by plugins (i.e.org.apache.solr.cluster.placement.impl Implementation classes (not visible to plugins, subject to change at any time) for the interfaces inorg.apache.solr.cluster.placementand to make them work with the rest of Solr. - 
- 
Uses of ReplicaMetric in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return types with arguments of type ReplicaMetric Modifier and Type Method Description Iterator<Map.Entry<ReplicaMetric<?>,Object>>ReplicaMetrics. iterator()Methods in org.apache.solr.cluster.placement with parameters of type ReplicaMetric Modifier and Type Method Description <T> Optional<T>ReplicaMetrics. getReplicaMetric(ReplicaMetric<T> metric)Method parameters in org.apache.solr.cluster.placement with type arguments of type ReplicaMetric Modifier and Type Method Description AttributeFetcherAttributeFetcher. requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics)Request collection-level metrics. - 
Uses of ReplicaMetric in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement ReplicaMetric Modifier and Type Class Description classReplicaMetricImpl<T>Replica metric identifier, corresponding to one of the internal replica-level metric names (as reported insolr.core.[collection].[replica]registry)Methods in org.apache.solr.cluster.placement.impl with parameters of type ReplicaMetric Modifier and Type Method Description CollectionMetricsBuilder.ReplicaMetricsBuilderCollectionMetricsBuilder.ReplicaMetricsBuilder. addMetric(ReplicaMetric<?> metric, Object value)Add unconverted (raw) values here, this method internally callsMetric.convert(Object).Method parameters in org.apache.solr.cluster.placement.impl with type arguments of type ReplicaMetric Modifier and Type Method Description AttributeFetcherAttributeFetcherImpl. requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics) 
 -