public class HealthCheckExecutionOptions extends Object
| Constructor and Description |
|---|
HealthCheckExecutionOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getOverrideGlobalTimeout() |
int |
hashCode() |
boolean |
isCombineTagsWithOr() |
boolean |
isForceInstantExecution() |
HealthCheckExecutionOptions |
setCombineTagsWithOr(boolean combineTagsWithOr)
If activated, the given tags will be combined with a logical "or" instead of "and".
|
HealthCheckExecutionOptions |
setForceInstantExecution(boolean forceInstantExecution)
If activated, this will ensure that asynchronous checks will be executed immediately.
|
HealthCheckExecutionOptions |
setOverrideGlobalTimeout(int overrideGlobalTimeout)
Allows to override the global timeout for this particular execution of the health check.
|
String |
toString() |
public HealthCheckExecutionOptions setForceInstantExecution(boolean forceInstantExecution)
forceInstantExecution - boolean flagpublic HealthCheckExecutionOptions setCombineTagsWithOr(boolean combineTagsWithOr)
combineTagsWithOr - boolean flagpublic HealthCheckExecutionOptions setOverrideGlobalTimeout(int overrideGlobalTimeout)
overrideGlobalTimeout - timeout in ms to be used for this execution of the executionpublic boolean isForceInstantExecution()
public boolean isCombineTagsWithOr()
public int getOverrideGlobalTimeout()
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.