public class DbHealthIndicatorImpl<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DbHealthIndicatorImpl.HealthDown<T> |
static interface |
DbHealthIndicatorImpl.HealthDownDetails<T> |
static interface |
DbHealthIndicatorImpl.HealthUp<T> |
static interface |
DbHealthIndicatorImpl.HealthUpDetails<T> |
| Constructor and Description |
|---|
DbHealthIndicatorImpl(String healthDummySelect,
TenantAwareDataSource dataSource,
Long healthCheckIntervalMillis,
DbHealthIndicatorImpl.HealthUp<T> healthUp,
DbHealthIndicatorImpl.HealthDown<T> healthDown,
DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails) |
DbHealthIndicatorImpl(String healthDummySelect,
TenantAwareDataSource dataSource,
Long healthCheckIntervalMillis,
DbHealthIndicatorImpl.HealthUp<T> healthUp,
DbHealthIndicatorImpl.HealthDown<T> healthDown,
DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails,
DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails,
boolean newCheck) |
public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDown<T> healthDown, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails, DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails, boolean newCheck)
public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDown<T> healthDown, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails)
Copyright © 2021 SAP. All rights reserved.