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