Skip navigation links
A C G H I N R S T U 

A

AbstractHeapMemoryHealthCheck - Class in io.smallrye.health.checks
 
AbstractHeapMemoryHealthCheck() - Constructor for class io.smallrye.health.checks.AbstractHeapMemoryHealthCheck
 
AbstractHeapMemoryHealthCheck(double) - Constructor for class io.smallrye.health.checks.AbstractHeapMemoryHealthCheck
 

C

call() - Method in class io.smallrye.health.checks.HeapMemoryHealthCheck
 
call() - Method in class io.smallrye.health.checks.InetAddressHealthCheck
 
call() - Method in class io.smallrye.health.checks.NonHeapMemoryHealthCheck
 
call() - Method in class io.smallrye.health.checks.SocketHealthCheck
 
call() - Method in class io.smallrye.health.checks.SystemLoadHealthCheck
 
call() - Method in class io.smallrye.health.checks.ThreadHealthCheck
 
call() - Method in class io.smallrye.health.checks.UrlHealthCheck
 

G

getHealthCheckResponse(Function<MemoryMXBean, MemoryUsage>) - Method in class io.smallrye.health.checks.AbstractHeapMemoryHealthCheck
 
getLoggingLocale() - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 

H

HealthChecksLogging_$logger - Class in io.smallrye.health.checks
Warning this class consists of generated code.
HealthChecksLogging_$logger(Logger) - Constructor for class io.smallrye.health.checks.HealthChecksLogging_$logger
 
HeapMemoryHealthCheck - Class in io.smallrye.health.checks
Health check implementation that is checking heap memory usage against available heap memory
HeapMemoryHealthCheck() - Constructor for class io.smallrye.health.checks.HeapMemoryHealthCheck
 
HeapMemoryHealthCheck(double) - Constructor for class io.smallrye.health.checks.HeapMemoryHealthCheck
 

I

InetAddressHealthCheck - Class in io.smallrye.health.checks
Health check implementation to check if host is reachable using java.net.InetAddress.isReachable method.
InetAddressHealthCheck(String) - Constructor for class io.smallrye.health.checks.InetAddressHealthCheck
 
inetAddressHealthCheckError(Throwable) - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
inetAddressHealthCheckError$str() - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
io.smallrye.health.checks - package io.smallrye.health.checks
 

N

name(String) - Method in class io.smallrye.health.checks.InetAddressHealthCheck
Sets the name of the health check.
name(String) - Method in class io.smallrye.health.checks.SocketHealthCheck
Sets the name of the health check.
name(String) - Method in class io.smallrye.health.checks.UrlHealthCheck
Sets the name of the health check.
NonHeapMemoryHealthCheck - Class in io.smallrye.health.checks
Health check implementation that is checking memory usage against available memory
NonHeapMemoryHealthCheck() - Constructor for class io.smallrye.health.checks.NonHeapMemoryHealthCheck
 
NonHeapMemoryHealthCheck(double) - Constructor for class io.smallrye.health.checks.NonHeapMemoryHealthCheck
 

R

requestMethod(String) - Method in class io.smallrye.health.checks.UrlHealthCheck
Sets the request method to be used (ie GET, POST, PUT, ...)

S

SocketHealthCheck - Class in io.smallrye.health.checks
Health check implementation to check if host is reachable using a socket.
SocketHealthCheck(String, int) - Constructor for class io.smallrye.health.checks.SocketHealthCheck
 
socketHealthCheckError(Throwable) - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
socketHealthCheckError$str() - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
statusCode(int) - Method in class io.smallrye.health.checks.UrlHealthCheck
Sets the expected status code to be returned as valid.
SystemLoadHealthCheck - Class in io.smallrye.health.checks
Health check implementation that is checking average load usage against max load
SystemLoadHealthCheck() - Constructor for class io.smallrye.health.checks.SystemLoadHealthCheck
 
SystemLoadHealthCheck(double) - Constructor for class io.smallrye.health.checks.SystemLoadHealthCheck
 

T

ThreadHealthCheck - Class in io.smallrye.health.checks
Health check implementation that is checking the number of threads
ThreadHealthCheck(long) - Constructor for class io.smallrye.health.checks.ThreadHealthCheck
 
timeout(int) - Method in class io.smallrye.health.checks.InetAddressHealthCheck
Sets timeout in millis.
timeout(int) - Method in class io.smallrye.health.checks.SocketHealthCheck
Sets timeout in millis.
timeout(int) - Method in class io.smallrye.health.checks.UrlHealthCheck
Sets timeout in millis.

U

UrlHealthCheck - Class in io.smallrye.health.checks
Health check implementation to check if host is reachable using a Http URL connection.
UrlHealthCheck(String) - Constructor for class io.smallrye.health.checks.UrlHealthCheck
 
urlHealthCheckError(Throwable) - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
urlHealthCheckError$str() - Method in class io.smallrye.health.checks.HealthChecksLogging_$logger
 
A C G H I N R S T U 
Skip navigation links

Copyright © 2018–2021. All rights reserved.