Class HttpResponseStatusCodeCategory
- java.lang.Object
-
- com.linkedin.venice.stats.dimensions.HttpResponseStatusCodeCategory
-
public class HttpResponseStatusCodeCategory extends java.lang.Object
Maps the provided HTTP response statusHttpResponseStatus
to one of 1xx, 2xx, 3xx, 4xx, 5xx categories.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVeniceHttpResponseStatusCodeCategory(io.netty.handler.codec.http.HttpResponseStatus statusCode)
-