| Package | Description |
|---|---|
| io.helidon.health.checks |
Healthchecks provided by our Microprofile implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskSpaceHealthCheck.Builder |
DiskSpaceHealthCheck.builder()
A new fluent API builder to configure this health check.
|
DiskSpaceHealthCheck.Builder |
DiskSpaceHealthCheck.Builder.path(String path)
Path on the file system to find a file system.
|
DiskSpaceHealthCheck.Builder |
DiskSpaceHealthCheck.Builder.path(Path path)
Path on the file system to find a file system.
|
DiskSpaceHealthCheck.Builder |
DiskSpaceHealthCheck.Builder.thresholdPercent(double threshold)
Threshold percent.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.