Uses of Interface
org.apache.solr.cluster.placement.Metric
-
Packages that use Metric 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.placement
and to make them work with the rest of Solr. -
-
Uses of Metric in org.apache.solr.cluster.placement
Subinterfaces of Metric in org.apache.solr.cluster.placement Modifier and Type Interface Description interface
NodeMetric<T>
Node metric identifier, corresponding to a node-level metric registry and the internal metric name.interface
ReplicaMetric<T>
Replica metric identifier, corresponding to one of the internal replica-level metric names (as reported insolr.core.[collection].[replica]
registry) -
Uses of Metric in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement Metric Modifier and Type Class Description class
MetricImpl<T>
Base class forMetric
implementations.class
NodeMetricImpl<T>
Node metric identifier, corresponding to a node-level metric registry and the internal metric name.class
ReplicaMetricImpl<T>
Replica metric identifier, corresponding to one of the internal replica-level metric names (as reported insolr.core.[collection].[replica]
registry)
-