Skip navigation links
A B C D G H I L O P R T V 

A

activate(BundleContext) - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
 
activate(Map<String, String>) - Method in class com.github.lgdd.liferay.health.HealthCheck
 

B

BundlesHealthCheck - Class in com.github.lgdd.liferay.health
 
BundlesHealthCheck() - Constructor for class com.github.lgdd.liferay.health.BundlesHealthCheck
 
bundleSymbolicNamesForLiveness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
 
bundleSymbolicNamesForReadiness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
 

C

com.github.lgdd.liferay.health - package com.github.lgdd.liferay.health
 
com.github.lgdd.liferay.health.api - package com.github.lgdd.liferay.health.api
 
com.github.lgdd.liferay.health.internal - package com.github.lgdd.liferay.health.internal
 
ComponentsHealthCheck - Class in com.github.lgdd.liferay.health
 
ComponentsHealthCheck() - Constructor for class com.github.lgdd.liferay.health.ComponentsHealthCheck
 

D

deactivate() - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
 

G

getSingletons() - Method in class com.github.lgdd.liferay.health.HealthCheck
 

H

HealthCheck - Class in com.github.lgdd.liferay.health
 
HealthCheck() - Constructor for class com.github.lgdd.liferay.health.HealthCheck
 
HealthCheckConfiguration - Interface in com.github.lgdd.liferay.health
Provide an OSGi configuration to customize what needs to be verified for the readiness probe and the liveness probe respectively.
HealthCheckProbeType - Enum in com.github.lgdd.liferay.health
 
HealthCheckResponse - Class in com.github.lgdd.liferay.health.api
Represent a response body for the readiness and liveness probes and provide information about the status, a message summarizing the situation and a list of issues detected, if any.
HealthCheckResponse() - Constructor for class com.github.lgdd.liferay.health.api.HealthCheckResponse
 
HealthCheckService - Interface in com.github.lgdd.liferay.health.api
 
HealthCheckServiceImpl - Class in com.github.lgdd.liferay.health.internal
 
HealthCheckServiceImpl() - Constructor for class com.github.lgdd.liferay.health.internal.HealthCheckServiceImpl
 
HealthCheckStatus - Enum in com.github.lgdd.liferay.health.api
 

I

isLive() - Method in interface com.github.lgdd.liferay.health.api.HealthCheckService
 
isLive() - Method in class com.github.lgdd.liferay.health.internal.HealthCheckServiceImpl
 
isReady() - Method in interface com.github.lgdd.liferay.health.api.HealthCheckService
 
isReady() - Method in class com.github.lgdd.liferay.health.internal.HealthCheckServiceImpl
 

L

liveness() - Method in class com.github.lgdd.liferay.health.HealthCheck
 

O

OK_MESSAGE - Static variable in class com.github.lgdd.liferay.health.ComponentsHealthCheck
 

P

PID - Static variable in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
 

R

readiness() - Method in class com.github.lgdd.liferay.health.HealthCheck
 

T

toJson() - Method in class com.github.lgdd.liferay.health.api.HealthCheckResponse
 

V

valueOf(String) - Static method in enum com.github.lgdd.liferay.health.api.HealthCheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.lgdd.liferay.health.HealthCheckProbeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.lgdd.liferay.health.api.HealthCheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.lgdd.liferay.health.HealthCheckProbeType
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
Verify every bundle state, if checked in the configuration.
verify() - Method in class com.github.lgdd.liferay.health.ComponentsHealthCheck
Verify if unregistered components are present.
verifyBundles(HealthCheckProbeType, Set<String>) - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
Verify if the required bundles from the configuration are present and in a proper state, i.e.
verifyBundlesStatesForLiveness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
 
verifyBundlesStatesForReadiness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
 
A B C D G H I L O P R T V 
Skip navigation links