| Modifier and Type | Method and Description |
|---|---|
static ServiceCheck.Status |
ServiceCheck.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCheck.Status[] |
ServiceCheck.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServiceCheck(String name,
ServiceCheck.Status value,
String... tags)
Create an ServiceCheck value to be sent to DogStatD.
|
Copyright © 2016–2018. All rights reserved.