Interface NodeMetric<T>
-
- All Superinterfaces:
Metric<T>
- All Known Implementing Classes:
NodeMetricImpl
public interface NodeMetric<T> extends Metric<T>
Node metric identifier, corresponding to a node-level metric registry and the internal metric name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NodeMetric.Registry
Registry options for node metrics.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeMetric.Registry
getRegistry()
Metric registry.-
Methods inherited from interface org.apache.solr.cluster.placement.Metric
convert, getInternalName, getName
-
-
-
-
Method Detail
-
getRegistry
NodeMetric.Registry getRegistry()
Metric registry. If this metric identifier uses a fully-qualified metric key instead, then this method will returnNodeMetric.Registry.UNSPECIFIED
.
-
-