Uses of Class
org.apache.solr.cluster.placement.NodeMetric.Registry
-
Packages that use NodeMetric.Registry 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.placementand to make them work with the rest of Solr. -
-
Uses of NodeMetric.Registry in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return NodeMetric.Registry Modifier and Type Method Description NodeMetric.RegistryNodeMetric. getRegistry()Metric registry.static NodeMetric.RegistryNodeMetric.Registry. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeMetric.Registry[]NodeMetric.Registry. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NodeMetric.Registry in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return NodeMetric.Registry Modifier and Type Method Description NodeMetric.RegistryNodeMetricImpl. getRegistry()Constructors in org.apache.solr.cluster.placement.impl with parameters of type NodeMetric.Registry Constructor Description NodeMetricImpl(String name, NodeMetric.Registry registry, String internalName)NodeMetricImpl(String name, NodeMetric.Registry registry, String internalName, Function<Object,T> converter)
-