Class ReplicaMetricImpl<T>
java.lang.Object
org.apache.solr.cluster.placement.impl.MetricImpl<T>
org.apache.solr.cluster.placement.impl.ReplicaMetricImpl<T>
- All Implemented Interfaces:
Metric<T>,ReplicaMetric<T>
Replica metric identifier, corresponding to one of the internal replica-level metric names (as
reported in
solr.core.[collection].[replica] registry)-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicaMetricImpl<Double> Replica index size in GB.Fields inherited from class org.apache.solr.cluster.placement.impl.MetricImpl
converter, IDENTITY_CONVERTER, internalName, labelKey, labelValue, MB_TO_GB_CONVERTER, name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.cluster.placement.impl.MetricImpl
convert, equals, getInternalName, getLabelKey, getLabelValue, getName, hashCode, hasLabels, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.solr.cluster.placement.Metric
convert, getInternalName, getLabelKey, getLabelValue, getName, hasLabels
-
Field Details
-
INDEX_SIZE_GB
Replica index size in GB.
-
-
Constructor Details
-
ReplicaMetricImpl
-
ReplicaMetricImpl
-