Uses of Interface
org.apache.solr.cluster.placement.AttributeFetcher
-
Packages that use AttributeFetcher 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 AttributeFetcher in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return AttributeFetcher Modifier and Type Method Description AttributeFetcherAttributeFetcher. fetchFrom(Set<Node> nodes)The set of nodes from which to fetch all node related attributes.AttributeFetcherPlacementContext. getAttributeFetcher()Factory used by the plugin to fetch additional attributes from the cluster nodes, such as count of cores, system properties etc..AttributeFetcherAttributeFetcher. requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics)Request collection-level metrics.AttributeFetcherAttributeFetcher. requestNodeMetric(NodeMetric<?> metric)Request a node metric from each node.AttributeFetcherAttributeFetcher. 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 AttributeFetcher Modifier and Type Class Description classAttributeFetcherImplImplementation ofAttributeFetcherthat usesSolrCloudManagerto access Solr cluster details.Methods in org.apache.solr.cluster.placement.impl that return AttributeFetcher Modifier and Type Method Description AttributeFetcherAttributeFetcherImpl. fetchFrom(Set<Node> nodes)AttributeFetcherSimplePlacementContextImpl. getAttributeFetcher()AttributeFetcherAttributeFetcherImpl. requestCollectionMetrics(SolrCollection solrCollection, Set<ReplicaMetric<?>> metrics)AttributeFetcherAttributeFetcherImpl. requestNodeMetric(NodeMetric<?> metric)AttributeFetcherAttributeFetcherImpl. requestNodeSystemProperty(String name)
-