Uses of Class
org.languagetool.server.ServerMetricsCollector.RequestErrorType
-
Packages that use ServerMetricsCollector.RequestErrorType Package Description org.languagetool.server -
-
Uses of ServerMetricsCollector.RequestErrorType in org.languagetool.server
Methods in org.languagetool.server that return ServerMetricsCollector.RequestErrorType Modifier and Type Method Description static ServerMetricsCollector.RequestErrorType
ServerMetricsCollector.RequestErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServerMetricsCollector.RequestErrorType[]
ServerMetricsCollector.RequestErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool.server with parameters of type ServerMetricsCollector.RequestErrorType Modifier and Type Method Description void
ServerMetricsCollector. logRequestError(ServerMetricsCollector.RequestErrorType type)
-