| Package | Description |
|---|---|
| fish.payara.nucleus.healthcheck.configuration | |
| fish.payara.nucleus.healthcheck.cpool.configuration | |
| fish.payara.nucleus.healthcheck.preliminary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CpuUsageChecker |
interface |
GarbageCollectorChecker |
interface |
HeapMemoryUsageChecker |
interface |
HoggingThreadsChecker |
interface |
MachineMemoryUsageChecker |
interface |
StuckThreadsChecker |
interface |
ThresholdDiagnosticsChecker
Interface for healthcheck properties that have must have thresholds for
Critical, Warning and Good levels.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Checker> |
HealthCheckServiceConfiguration.getCheckerByType(Class<T> type) |
static <T extends Checker> |
HealthCheckServiceConfiguration.Duck.getCheckerByType(HealthCheckServiceConfiguration config,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Checker> |
HealthCheckServiceConfiguration.getCheckerList() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionPoolChecker |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHealthCheck<O extends HealthCheckExecutionOptions,C extends Checker>
Base class for all health check services
|
| Modifier and Type | Method and Description |
|---|---|
protected HealthCheckExecutionOptions |
BaseHealthCheck.constructBaseOptions(Checker checker) |
Copyright © 2017. All rights reserved.