Uses of Class
org.apache.solr.core.SolrInfoBean.Group
-
Packages that use SolrInfoBean.Group Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's. -
-
Uses of SolrInfoBean.Group in org.apache.solr.core
Methods in org.apache.solr.core that return SolrInfoBean.Group Modifier and Type Method Description static SolrInfoBean.GroupSolrInfoBean.Group. valueOf(String name)Returns the enum constant of this type with the specified name.static SolrInfoBean.Group[]SolrInfoBean.Group. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolrInfoBean.Group in org.apache.solr.metrics
Methods in org.apache.solr.metrics with parameters of type SolrInfoBean.Group Modifier and Type Method Description static StringSolrMetricManager. getRegistryName(SolrInfoBean.Group group, String... names)Helper method to construct a properly prefixed registry name based on the group.voidSolrMetricManager. loadReporters(PluginInfo[] pluginInfos, SolrResourceLoader loader, CoreContainer coreContainer, SolrCore solrCore, String tag, SolrInfoBean.Group group, String... registryNames)Create and registerSolrMetricReporter-s specific to aSolrInfoBean.Group.
-