Uses of Interface
org.apache.solr.cluster.placement.AttributeValues
-
Packages that use AttributeValues 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 AttributeValues in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return AttributeValues Modifier and Type Method Description AttributeValuesAttributeFetcher. fetchAttributes()Fetches all requested node attributes from all nodes passed toAttributeFetcher.fetchFrom(Set)as well as non-node attributes (those requested using e.g. -
Uses of AttributeValues in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement AttributeValues Modifier and Type Class Description classAttributeValuesImplImplementation ofAttributeValuesused byAttributeFetcherImpl.Methods in org.apache.solr.cluster.placement.impl that return AttributeValues Modifier and Type Method Description AttributeValuesAttributeFetcherImpl. fetchAttributes()
-