Uses of Interface
org.apache.solr.cluster.placement.NodeMetric
Packages that use NodeMetric
Package
Description
This package contains interfaces visible by plugins (i.e.
Implementation classes (not visible to plugins, subject to change at any time) for the interfaces
in
org.apache.solr.cluster.placement and to make them work with the rest of Solr.-
Uses of NodeMetric in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement with parameters of type NodeMetricModifier and TypeMethodDescription<T> Optional<T> AttributeValues.getNodeMetric(Node node, NodeMetric<T> metric) For the given node: metric identified by an instance ofNodeMetricAttributeFetcher.requestNodeMetric(NodeMetric<?> metric) Request a node metric from each node. -
Uses of NodeMetric in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement NodeMetricModifier and TypeClassDescriptionclassNode metric identifier, corresponding to a node-level metric name with labelsMethods in org.apache.solr.cluster.placement.impl with parameters of type NodeMetricModifier and TypeMethodDescription<T> Optional<T> AttributeValuesImpl.getNodeMetric(Node node, NodeMetric<T> metric) AttributeFetcherImpl.requestNodeMetric(NodeMetric<?> metric)