Uses of Interface
org.apache.solr.cluster.placement.AttributeFetcher
Packages that use AttributeFetcher
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 AttributeFetcher in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return AttributeFetcherModifier and TypeMethodDescriptionThe set of nodes from which to fetch all node related attributes.PlacementContext.getAttributeFetcher()Factory used by the plugin to fetch additional attributes from the cluster nodes, such as count of cores, system properties etc..AttributeFetcher.requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics) Request collection-level metrics.AttributeFetcher.requestNodeMetric(NodeMetric<?> metric) Request a node metric from each node.AttributeFetcher.requestNodeSystemProperty(String name) Request a given system property on each node. -
Uses of AttributeFetcher in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement AttributeFetcherModifier and TypeClassDescriptionclassImplementation ofAttributeFetcherthat usesSolrCloudManagerto access Solr cluster details.Methods in org.apache.solr.cluster.placement.impl that return AttributeFetcherModifier and TypeMethodDescriptionSimplePlacementContextImpl.getAttributeFetcher()AttributeFetcherImpl.requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics) AttributeFetcherImpl.requestNodeMetric(NodeMetric<?> metric) AttributeFetcherImpl.requestNodeSystemProperty(String name)