Class | Description |
---|---|
AbstractErrorCounterHealthCheck |
Abstract class containing common logic for health checks based on an error counter.
|
PersistenceExceptionLivenessCheck |
Fail liveness check if the number of exceptions thrown by storage is too high.
|
PersistenceExceptionLivenessInterceptor |
Fail liveness check if the number of exceptions thrown by storage is too high.
|
PersistenceSimpleReadinessCheck | |
PersistenceTimeoutReadinessCheck |
Fail readiness check if the duration of processing a storage operation is too high.
|
PersistenceTimeoutReadinessInterceptor |
Fail readiness check if the duration of processing a storage operation is too high.
|
ResponseErrorLivenessCheck | |
ResponseTimeoutReadinessCheck |
Annotation Type | Description |
---|---|
PersistenceExceptionLivenessApply | |
PersistenceTimeoutReadinessApply |
Copyright © 2019 Red Hat. All rights reserved.