Package com.google.gerrit.server
Interface RequestCounter
- All Known Implementing Classes:
SshMetrics
public interface RequestCounter
-
Method Summary
Modifier and TypeMethodDescriptionvoidcountRequest(RequestInfo requestInfo, Throwable error) Count a request.
-
Method Details
-
countRequest
Count a request.- Parameters:
requestInfo- information about the requesterror- The exception which caused the request to fail, or null if the request was successful.
-