public class HealthCheckConfiguration extends Object
| Name | Default | Description |
| minThreads | 1 | The minimum number of threads for executing health checks. |
| maxThreads | 4 | The maximum number of threads for executing health checks. |
| workQueueSize | 1 | The length of the work queue for health check executions. |
| Constructor and Description |
|---|
HealthCheckConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxThreads() |
int |
getMinThreads() |
int |
getWorkQueueSize() |
void |
setMaxThreads(int maxThreads) |
void |
setMinThreads(int minThreads) |
void |
setWorkQueueSize(int workQueueSize) |
String |
toString() |
public int getMinThreads()
public void setMinThreads(int minThreads)
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getWorkQueueSize()
public void setWorkQueueSize(int workQueueSize)
Copyright © 2021. All rights reserved.