public class HealthCheckExecutionOptions
extends java.lang.Object
Constructor and Description |
---|
HealthCheckExecutionOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
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()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved