Class HealthCheckExecutionOptions
- java.lang.Object
 - 
- org.apache.sling.hc.api.execution.HealthCheckExecutionOptions
 
 
- 
@Deprecated public class HealthCheckExecutionOptions extends java.lang.ObjectDeprecated.Options for behavior of health check execution. 
- 
- 
Constructor Summary
Constructors Constructor Description HealthCheckExecutionOptions()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.intgetOverrideGlobalTimeout()Deprecated.inthashCode()Deprecated.booleanisCombineTagsWithOr()Deprecated.booleanisForceInstantExecution()Deprecated.voidsetCombineTagsWithOr(boolean combineTagsWithOr)Deprecated.If activated, the given tags will be combined with a logical "or" instead of "and".voidsetForceInstantExecution(boolean forceInstantExecution)Deprecated.If activated, this will ensure that asynchronous checks will be executed immediately.voidsetOverrideGlobalTimeout(int overrideGlobalTimeout)Deprecated.Allows to override the global timeout for this particular execution of the health check.java.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object
 
- 
setForceInstantExecution
public void setForceInstantExecution(boolean forceInstantExecution)
Deprecated.If activated, this will ensure that asynchronous checks will be executed immediately.- Parameters:
 forceInstantExecution- boolean flag
 
- 
setCombineTagsWithOr
public void setCombineTagsWithOr(boolean combineTagsWithOr)
Deprecated.If activated, the given tags will be combined with a logical "or" instead of "and".- Parameters:
 combineTagsWithOr- boolean flag
 
- 
setOverrideGlobalTimeout
public void setOverrideGlobalTimeout(int overrideGlobalTimeout)
Deprecated.Allows to override the global timeout for this particular execution of the health check.- Parameters:
 overrideGlobalTimeout- timeout in ms to be used for this execution of the execution
 
- 
isForceInstantExecution
public boolean isForceInstantExecution()
Deprecated.- Returns:
 - true if instant execution is turned on
 
 
- 
isCombineTagsWithOr
public boolean isCombineTagsWithOr()
Deprecated.- Returns:
 - true if combining tags with or is turned on
 
 
- 
getOverrideGlobalTimeout
public int getOverrideGlobalTimeout()
Deprecated.- Returns:
 - the timeout to be used for this execution (overriding the global timeout)
 
 
- 
hashCode
public int hashCode()
Deprecated.- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -