
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.hystrix.HystrixCommandMetrics.HealthCounts
public static class HystrixCommandMetrics.HealthCounts
Number of requests during rolling window. Number that failed (failure + success + timeout + threadPoolRejected + shortCircuited + semaphoreRejected). Error percentage;
| Method Summary | |
|---|---|
long |
getErrorCount()
|
int |
getErrorPercentage()
|
long |
getTotalRequests()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getTotalRequests()
public long getErrorCount()
public int getErrorPercentage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||