Uses of Interface
org.apache.solr.cluster.placement.ReplicaMetric
Packages that use ReplicaMetric
Package
Description
This package contains interfaces visible by plugins (i.e.
Implementation classes (not visible to plugins, subject to change at any time) for the interfaces
in
org.apache.solr.cluster.placement and 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 ReplicaMetricMethods in org.apache.solr.cluster.placement with parameters of type ReplicaMetricModifier and TypeMethodDescription<T> Optional<T> ReplicaMetrics.getReplicaMetric(ReplicaMetric<T> metric) Method parameters in org.apache.solr.cluster.placement with type arguments of type ReplicaMetricModifier and TypeMethodDescriptionAttributeFetcher.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 ReplicaMetricModifier and TypeClassDescriptionclassReplica 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 ReplicaMetricModifier and TypeMethodDescriptionCollectionMetricsBuilder.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 ReplicaMetricModifier and TypeMethodDescriptionAttributeFetcherImpl.requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics)