Uses of Class
org.apache.solr.handler.admin.MetricsHistoryHandler.Format
-
Packages that use MetricsHistoryHandler.Format Package Description org.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UI -
-
Uses of MetricsHistoryHandler.Format in org.apache.solr.handler.admin
Methods in org.apache.solr.handler.admin that return MetricsHistoryHandler.Format Modifier and Type Method Description static MetricsHistoryHandler.FormatMetricsHistoryHandler.Format. get(String p)static MetricsHistoryHandler.FormatMetricsHistoryHandler.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsHistoryHandler.Format[]MetricsHistoryHandler.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-