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