跳过导航链接
A C D G H I L O R S 

A

afterReadinessCheckCallback(Map<String, Health>) - 类 中的方法com.alipay.sofa.healthcheck.core.AfterReadinessCheckCallbackProcessor
 
afterReadinessCheckCallbackProcessor() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
AfterReadinessCheckCallbackProcessor - com.alipay.sofa.healthcheck.core中的类
AfterReadinessCheckCallbackProcessor() - 类 的构造器com.alipay.sofa.healthcheck.core.AfterReadinessCheckCallbackProcessor
 

C

com.alipay.sofa.healthcheck.configuration - 程序包 com.alipay.sofa.healthcheck.configuration
 
com.alipay.sofa.healthcheck.core - 程序包 com.alipay.sofa.healthcheck.core
 
com.alipay.sofa.healthcheck.initializer - 程序包 com.alipay.sofa.healthcheck.initializer
 
com.alipay.sofa.healthcheck.log - 程序包 com.alipay.sofa.healthcheck.log
 
com.alipay.sofa.healthcheck.service - 程序包 com.alipay.sofa.healthcheck.service
 
com.alipay.sofa.healthcheck.startup - 程序包 com.alipay.sofa.healthcheck.startup
 
com.alipay.sofa.healthcheck.utils - 程序包 com.alipay.sofa.healthcheck.utils
 
ConditionReadinessEndpointConfiguration() - 类 的构造器com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration.ConditionReadinessEndpointConfiguration
 
createHealthStatusHttpMapper(HealthIndicatorProperties) - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration
 

D

doHealthCheck(String, HealthIndicator, Map<String, Health>) - 类 中的方法com.alipay.sofa.healthcheck.core.HealthIndicatorProcessor
 

G

getComponentName() - 接口 中的方法com.alipay.sofa.healthcheck.core.HealthChecker
HealthChecker name
getHealth(SecurityContext) - 类 中的方法com.alipay.sofa.healthcheck.service.ReadinessEndpointWebExtension
 
getHealthCallbackDetails() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getHealthCallbackStatus() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getHealthCheckerDetails() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getHealthCheckerStatus() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getHealthIndicatorDetails() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getHealthIndicatorStatus() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getKey(String) - 类 中的方法com.alipay.sofa.healthcheck.core.HealthIndicatorProcessor
refer to HealthIndicatorNameFactory.apply(String)
getLogger(Class<?>) - 类 中的静态方法com.alipay.sofa.healthcheck.log.SofaBootHealthCheckLoggerFactory
Get the log object
getLogger(String) - 类 中的静态方法com.alipay.sofa.healthcheck.log.SofaBootHealthCheckLoggerFactory
Get the log object
getOrder() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
getRetryCount() - 接口 中的方法com.alipay.sofa.healthcheck.core.HealthChecker
The number of retries after failure.
getRetryTimeInterval() - 接口 中的方法com.alipay.sofa.healthcheck.core.HealthChecker
The time interval for each retry after failure.

H

health() - 类 中的方法com.alipay.sofa.healthcheck.service.SofaBootHealthIndicator
 
health() - 类 中的方法com.alipay.sofa.healthcheck.service.SofaBootReadinessCheckEndpoint
 
HealthCheckConstants - com.alipay.sofa.healthcheck.configuration中的类
 
HealthCheckConstants() - 类 的构造器com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
 
HealthChecker - com.alipay.sofa.healthcheck.core中的接口
 
healthCheckerProcessor() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
HealthCheckerProcessor - com.alipay.sofa.healthcheck.core中的类
Used to process all implementations of HealthChecker
HealthCheckerProcessor() - 类 的构造器com.alipay.sofa.healthcheck.core.HealthCheckerProcessor
 
HealthCheckUtils - com.alipay.sofa.healthcheck.utils中的类
 
HealthCheckUtils() - 类 的构造器com.alipay.sofa.healthcheck.utils.HealthCheckUtils
 
healthIndicatorProcessor() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
HealthIndicatorProcessor - com.alipay.sofa.healthcheck.core中的类
Used to process all implementations of HealthIndicator
HealthIndicatorProcessor() - 类 的构造器com.alipay.sofa.healthcheck.core.HealthIndicatorProcessor
 

I

init() - 类 中的方法com.alipay.sofa.healthcheck.core.AfterReadinessCheckCallbackProcessor
 
init() - 类 中的方法com.alipay.sofa.healthcheck.core.HealthCheckerProcessor
 
init() - 类 中的方法com.alipay.sofa.healthcheck.core.HealthIndicatorProcessor
 
initialize(ConfigurableApplicationContext) - 类 中的方法com.alipay.sofa.healthcheck.initializer.SofaBootHealthCheckInitializer
 
isHealthy() - 接口 中的方法com.alipay.sofa.healthcheck.core.HealthChecker
HealthCheck information.
isReadinessCheckFinish() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
isStrictCheck() - 接口 中的方法com.alipay.sofa.healthcheck.core.HealthChecker
Is it strictly checked?

L

livenessHealthCheck(Map<String, Health>) - 类 中的方法com.alipay.sofa.healthcheck.core.HealthCheckerProcessor
Provided for liveness check.

O

onApplicationEvent(ContextRefreshedEvent) - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
onHealthy(ApplicationContext) - 接口 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckCallback
 

R

ReadinessCheckCallback - com.alipay.sofa.healthcheck.startup中的接口
 
ReadinessCheckExtensionConfiguration() - 类 的构造器com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration
 
readinessCheckListener() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
ReadinessCheckListener - com.alipay.sofa.healthcheck.startup中的类
Health check start checker.
ReadinessCheckListener() - 类 的构造器com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
readinessEndpointWebExtension() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration
 
ReadinessEndpointWebExtension - com.alipay.sofa.healthcheck.service中的类
 
ReadinessEndpointWebExtension() - 类 的构造器com.alipay.sofa.healthcheck.service.ReadinessEndpointWebExtension
 
readinessHealthCheck(Map<String, Health>) - 类 中的方法com.alipay.sofa.healthcheck.core.HealthCheckerProcessor
Provided for readiness check.
readinessHealthCheck(Map<String, Health>) - 类 中的方法com.alipay.sofa.healthcheck.core.HealthIndicatorProcessor
Provided for readiness check.
readinessHealthCheck() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
Do readiness health check.

S

setApplicationContext(ApplicationContext) - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
skipAllCheck() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
skipComponent() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
skipIndicator() - 类 中的方法com.alipay.sofa.healthcheck.startup.ReadinessCheckListener
 
SOFABOOT_COMPONENT_CHECK_RETRY_COUNT - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
com.alipay.sofa.runtime.spring.health.SofaComponentHealthChecker retry count config.
SOFABOOT_COMPONENT_CHECK_RETRY_DEFAULT_COUNT - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
default com.alipay.sofa.runtime.spring.health.SofaComponentHealthChecker retry count value.
SOFABOOT_COMPONENT_CHECK_RETRY_DEFAULT_INTERVAL - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
default com.alipay.sofa.runtime.spring.health.SofaComponentHealthChecker retry time interval value.
SOFABOOT_COMPONENT_CHECK_RETRY_INTERVAL - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
com.alipay.sofa.runtime.spring.health.SofaComponentHealthChecker retry time interval config.
SOFABOOT_HEALTH_CHECK_NOT_READY_KEY - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
health check not ready result key
SOFABOOT_HEALTH_CHECK_NOT_READY_MSG - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
health check not ready result
SOFABOOT_HEALTH_LOG_SPACE - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
health check logging space
SOFABOOT_MODULE_CHECK_RETRY_COUNT - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
com.alipay.sofa.isle.spring.health.SofaModuleHealthChecker retry count config.
SOFABOOT_MODULE_CHECK_RETRY_DEFAULT_COUNT - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
default com.alipay.sofa.isle.spring.health.SofaModuleHealthChecker retry count value.
SOFABOOT_MODULE_CHECK_RETRY_DEFAULT_INTERVAL - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
default com.alipay.sofa.isle.spring.health.SofaModuleHealthChecker retry time interval value.
SOFABOOT_MODULE_CHECK_RETRY_INTERVAL - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
com.alipay.sofa.isle.spring.health.SofaModuleHealthChecker retry time interval config.
SOFABOOT_SKIP_ALL_HEALTH_CHECK - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
skip all readiness check
SOFABOOT_SKIP_COMPONENT_HEALTH_CHECK - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
skip all com.alipay.sofa.healthcheck.core.HealthChecker readiness check
SOFABOOT_SKIP_HEALTH_INDICATOR_CHECK - 类 中的静态变量com.alipay.sofa.healthcheck.configuration.HealthCheckConstants
skip all org.springframework.boot.actuate.health.HealthIndicator readiness check
SofaBootHealthCheckAutoConfiguration - com.alipay.sofa.healthcheck.configuration中的类
 
SofaBootHealthCheckAutoConfiguration() - 类 的构造器com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
SofaBootHealthCheckAutoConfiguration.ConditionReadinessEndpointConfiguration - com.alipay.sofa.healthcheck.configuration中的类
 
SofaBootHealthCheckAutoConfiguration.ReadinessCheckExtensionConfiguration - com.alipay.sofa.healthcheck.configuration中的类
 
SofaBootHealthCheckInitializer - com.alipay.sofa.healthcheck.initializer中的类
 
SofaBootHealthCheckInitializer() - 类 的构造器com.alipay.sofa.healthcheck.initializer.SofaBootHealthCheckInitializer
 
SofaBootHealthCheckLoggerFactory - com.alipay.sofa.healthcheck.log中的类
 
SofaBootHealthCheckLoggerFactory() - 类 的构造器com.alipay.sofa.healthcheck.log.SofaBootHealthCheckLoggerFactory
 
sofaBootHealthIndicator() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration
 
SofaBootHealthIndicator - com.alipay.sofa.healthcheck.service中的类
The liveness health check.
SofaBootHealthIndicator() - 类 的构造器com.alipay.sofa.healthcheck.service.SofaBootHealthIndicator
 
sofaBootReadinessCheckEndpoint() - 类 中的方法com.alipay.sofa.healthcheck.configuration.SofaBootHealthCheckAutoConfiguration.ConditionReadinessEndpointConfiguration
 
SofaBootReadinessCheckEndpoint - com.alipay.sofa.healthcheck.service中的类
The health check HTTP checker for start status.
SofaBootReadinessCheckEndpoint() - 类 的构造器com.alipay.sofa.healthcheck.service.SofaBootReadinessCheckEndpoint
 
sortMapAccordingToValue(Map<T, U>, BeanFactory) - 类 中的静态方法com.alipay.sofa.healthcheck.utils.HealthCheckUtils
 
A C D G H I L O R S 
跳过导航链接

Copyright © 2019. All rights reserved.