| Package | Description |
|---|---|
| org.spf4j.actuator.health | |
| org.spf4j.actuator.health.checks |
| Modifier and Type | Field and Description |
|---|---|
static HealthCheck |
HealthCheck.NOP |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Registration.getCheck() |
HealthCheck |
HealthOrgNode.getHealthCheck(String... fromPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthOrgNode.addHealthCheck(HealthCheck pCheck,
String... path) |
void |
HealthOrgNode.addHealthCheck(HealthCheck pCheck,
String name) |
static HealthCheck.Registration |
HealthCheck.Registration.from(String[] path,
HealthCheck check) |
static HealthCheck.Registration |
HealthCheck.Registration.from(String path,
HealthCheck check) |
static HealthOrgNode |
HealthOrgNode.newHealthCheck(HealthCheck check) |
static HealthOrgNode |
HealthOrgNode.newHealthChecks(String name,
HealthCheck check) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthOrgNode.traverse(BiConsumer<String[],HealthCheck> consumer) |
void |
HealthOrgNode.traverse(BiConsumer<String[],HealthCheck> consumer,
String... fromPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeadlockHealthCheck |
Copyright © 2020 SPF4J. All rights reserved.