Package org.mockserver.slo
Class SloSampleStore.ErrorCounts
java.lang.Object
org.mockserver.slo.SloSampleStore.ErrorCounts
- Enclosing class:
- SloSampleStore
Result of an error-rate query over a window: error and total sample counts.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorCounts
public ErrorCounts(long errors, long total)
-
-
Method Details
-
getErrors
public long getErrors() -
getTotal
public long getTotal()
-