Uses of Class
org.apache.solr.handler.PingRequestHandler.ACTIONS
-
Packages that use PingRequestHandler.ACTIONS Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
-
-
Uses of PingRequestHandler.ACTIONS in org.apache.solr.handler
Methods in org.apache.solr.handler that return PingRequestHandler.ACTIONS Modifier and Type Method Description static PingRequestHandler.ACTIONS
PingRequestHandler.ACTIONS. valueOf(String name)
Returns the enum constant of this type with the specified name.static PingRequestHandler.ACTIONS[]
PingRequestHandler.ACTIONS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-