public class HealthSnapshot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
failures |
long |
rejections |
long |
total |
| Constructor and Description |
|---|
HealthSnapshot(long total,
long failures,
long rejections) |
| Modifier and Type | Method and Description |
|---|---|
double |
failurePercentage() |
double |
rejectionPercentage() |
Copyright © 2014 Tim Brooks. All Rights Reserved.