public static class HystrixCommandMetrics.HealthCounts
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static HystrixCommandMetrics.HealthCounts |
empty() |
long |
getErrorCount() |
int |
getErrorPercentage() |
long |
getTotalRequests() |
HystrixCommandMetrics.HealthCounts |
plus(long[] eventTypeCounts) |
java.lang.String |
toString() |
public long getTotalRequests()
public long getErrorCount()
public int getErrorPercentage()
public HystrixCommandMetrics.HealthCounts plus(long[] eventTypeCounts)
public static HystrixCommandMetrics.HealthCounts empty()
public java.lang.String toString()
toString
in class java.lang.Object