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() |
void |
setCombineTagsWithOr(boolean combineTagsWithOr)
If activated, the given tags will be combined with a logical "or" instead of "and".
|
void |
setForceInstantExecution(boolean forceInstantExecution)
If activated, this will ensure that asynchronous checks will be executed immediately.
|
void |
setOverrideGlobalTimeout(int overrideGlobalTimeout)
Allows to override the global timeout for this particular execution of the health check.
|
String |
toString() |
public void setForceInstantExecution(boolean forceInstantExecution)
forceInstantExecution - boolean flagpublic void setCombineTagsWithOr(boolean combineTagsWithOr)
combineTagsWithOr - boolean flagpublic void 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 © 2017 The Apache Software Foundation. All rights reserved.