Interface ReplicaMetric<T>
-
- All Superinterfaces:
Metric<T>
- All Known Implementing Classes:
ReplicaMetricImpl
public interface ReplicaMetric<T> extends Metric<T>
Replica metric identifier, corresponding to one of the internal replica-level metric names (as reported insolr.core.[collection].[replica]
registry)
-
-
Method Summary
-
Methods inherited from interface org.apache.solr.cluster.placement.Metric
convert, getInternalName, getName
-
-