Uses of Class
org.apache.solr.prometheus.exporter.SolrScrapeConfiguration.ConnectionType
-
Packages that use SolrScrapeConfiguration.ConnectionType Package Description org.apache.solr.prometheus.exporter Prometheus Metrics Exporter. -
-
Uses of SolrScrapeConfiguration.ConnectionType in org.apache.solr.prometheus.exporter
Methods in org.apache.solr.prometheus.exporter that return SolrScrapeConfiguration.ConnectionType Modifier and Type Method Description SolrScrapeConfiguration.ConnectionTypeSolrScrapeConfiguration. getType()static SolrScrapeConfiguration.ConnectionTypeSolrScrapeConfiguration.ConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolrScrapeConfiguration.ConnectionType[]SolrScrapeConfiguration.ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-