| Package | Description |
|---|---|
| com.brinkus.labs.neo4j.health.type |
| Modifier and Type | Field and Description |
|---|---|
static HealthStatus |
HealthStatus.DOWN
Convenient constant value representing down state.
|
static HealthStatus |
HealthStatus.OUT_OF_SERVICE
Convenient constant value representing out-of-service state.
|
static HealthStatus |
HealthStatus.UNKNOWN
Convenient constant value representing unknown state.
|
static HealthStatus |
HealthStatus.UP
Convenient constant value representing up state.
|
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
Health.getStatus()
Return the status of the health.
|
| Modifier and Type | Method and Description |
|---|---|
Health.Builder |
Health.Builder.status(HealthStatus status)
Set status to given
HealthStatus instance. |
Copyright © 2016. All rights reserved.