A C D E G H I L M O R S U 
All Classes All Packages

A

AbstractHealthCheck - Class in org.apache.camel.impl.health
Base implementation for HealthCheck.
AbstractHealthCheck(String) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
AbstractHealthCheck(String, String) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
AbstractHealthCheck(String, String, Map<String, Object>) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
acceptResource(Resource) - Method in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 
addHealthCheck(HealthCheck) - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
addMetaData(String, Object) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 

C

call() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
call(Map<String, Object>) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
camelContext - Variable in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 
ComponentsHealthCheckRepository - Class in org.apache.camel.impl.health
Repository for components HealthChecks.
ComponentsHealthCheckRepository() - Constructor for class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
ConsumerHealthCheck - Class in org.apache.camel.impl.health
HealthCheck for a given consumer.
ConsumerHealthCheck(Route, String) - Constructor for class org.apache.camel.impl.health.ConsumerHealthCheck
 
ConsumersHealthCheckRepository - Class in org.apache.camel.impl.health
Repository for consumers HealthChecks.
ConsumersHealthCheckRepository() - Constructor for class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
ContextHealthCheck - Class in org.apache.camel.impl.health
HealthCheck that checks the status of the CamelContext whether its started or not.
ContextHealthCheck() - Constructor for class org.apache.camel.impl.health.ContextHealthCheck
 

D

DefaultHealthCheckRegistry - Class in org.apache.camel.impl.health
Default HealthCheckRegistry.
DefaultHealthCheckRegistry() - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
DefaultHealthCheckRegistry(CamelContext) - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
DefaultHealthChecksLoader - Class in org.apache.camel.impl.health
To load custom HealthCheck by classpath scanning.
DefaultHealthChecksLoader(CamelContext) - Constructor for class org.apache.camel.impl.health.DefaultHealthChecksLoader
 
doCall(Map<String, Object>) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
Invoke the health check.
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.ContextHealthCheck
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RouteHealthCheck
 
doCallCheck(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.ConsumerHealthCheck
 
doCallCheck(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RouteHealthCheck
Additional checks
doInit() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
doStart() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
doStop() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 

E

equals(Object) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
extractId(Resource) - Method in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 

G

getCamelContext() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getCamelContext() - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
getCamelContext() - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
getCamelContext() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getCamelContext() - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
getCamelContext() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
getExcludePattern() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getExposureLevel() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getGroup() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getId() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getId() - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
getId() - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
getId() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getId() - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
getId() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
getInitialState() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getMetaData() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getOrder() - Method in class org.apache.camel.impl.health.ContextHealthCheck
 
getRepository(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
Returns the repository identified by the given id if available.

H

hashCode() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
HealthCheckRegistryRepository - Class in org.apache.camel.impl.health
HealthCheckRepository that uses the Camel Registry.
HealthCheckRegistryRepository() - Constructor for class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
healthCheckResolver - Variable in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 

I

isEnabled() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
isEnabled() - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
isEnabled() - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
isEnabled() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
isEnabled() - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
isEnabled() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
isExcluded(HealthCheck) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
isLiveness() - Method in class org.apache.camel.impl.health.ContextHealthCheck
 

L

loadHealthChecks() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
loadHealthChecks() - Method in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 

M

META_INF_SERVICES - Static variable in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 

O

org.apache.camel.impl.health - package org.apache.camel.impl.health
Camel Health Check implementation.

R

register(Object) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
removeHealthCheck(HealthCheck) - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
REPOSITORY_ID - Static variable in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
REPOSITORY_NAME - Static variable in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
resolveById(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
resolver - Variable in class org.apache.camel.impl.health.DefaultHealthChecksLoader
 
RouteHealthCheck - Class in org.apache.camel.impl.health
HealthCheck for a given route.
RouteHealthCheck(Route) - Constructor for class org.apache.camel.impl.health.RouteHealthCheck
 
RouteHealthCheck(Route, String) - Constructor for class org.apache.camel.impl.health.RouteHealthCheck
 
RoutesHealthCheckRepository - Class in org.apache.camel.impl.health
Repository for routes HealthChecks.
RoutesHealthCheckRepository() - Constructor for class org.apache.camel.impl.health.RoutesHealthCheckRepository
 

S

SERVICE_ERROR_CODE - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
SERVICE_STATUS_CODE - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
setEnabled(boolean) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setExcludePattern(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setExposureLevel(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setId(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setInitialState(HealthCheck.State) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
stream() - Method in class org.apache.camel.impl.health.ComponentsHealthCheckRepository
 
stream() - Method in class org.apache.camel.impl.health.ConsumersHealthCheckRepository
 
stream() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
stream() - Method in class org.apache.camel.impl.health.HealthCheckRegistryRepository
 
stream() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 

U

unregister(Object) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
A C D E G H I L M O R S U 
All Classes All Packages