Uses of Class
com.floragunn.signals.watch.checks.Check
-
-
Uses of Check in com.floragunn.signals.confconv.es
Methods in com.floragunn.signals.confconv.es that return types with arguments of type Check Modifier and Type Method Description ConversionResult<List<Check>>ConditionConverter. convertToSignals()ConversionResult<List<Check>>TransformConverter. convertToSignals() -
Uses of Check in com.floragunn.signals.execution
Constructors in com.floragunn.signals.execution with parameters of type Check Constructor Description CheckExecutionException(Check check, String message)CheckExecutionException(Check check, String message, Throwable cause) -
Uses of Check in com.floragunn.signals.watch
Methods in com.floragunn.signals.watch that return types with arguments of type Check Modifier and Type Method Description List<Check>Watch. getChecks()Constructor parameters in com.floragunn.signals.watch with type arguments of type Check Constructor Description Watch(org.quartz.JobKey jobKey, com.floragunn.searchsupport.jobs.config.schedule.Schedule schedule, List<Check> checks, SeverityMapping severityMapping, List<AlertAction> actions, List<ResolveAction> resolveActions) -
Uses of Check in com.floragunn.signals.watch.action.invokers
Fields in com.floragunn.signals.watch.action.invokers with type parameters of type Check Modifier and Type Field Description protected List<Check>ActionInvoker. checksMethods in com.floragunn.signals.watch.action.invokers that return types with arguments of type Check Modifier and Type Method Description protected static List<Check>ActionInvoker. createNestedChecks(WatchInitializationService watchInitService, com.floragunn.searchsupport.jobs.config.validation.ValidatingJsonNode vJsonNode, com.floragunn.searchsupport.jobs.config.validation.ValidationErrors validationErrors)List<Check>ActionInvoker. getChecks()Constructor parameters in com.floragunn.signals.watch.action.invokers with type arguments of type Check Constructor Description ActionInvoker(String name, ActionHandler handler, List<Check> checks, InlinePainlessScript<SignalsObjectFunctionScript.Factory> foreach, Integer foreachLimit)AlertAction(String name, ActionHandler handler, com.floragunn.searchsupport.util.duration.DurationExpression throttlePeriod, SeverityLevel.Set severityLevels, List<Check> checks, InlinePainlessScript<SignalsObjectFunctionScript.Factory> foreach, Integer foreachLimit)ResolveAction(String name, ActionHandler handler, SeverityLevel.Set resolvesSeverityLevels, List<Check> checks) -
Uses of Check in com.floragunn.signals.watch.checks
Subclasses of Check in com.floragunn.signals.watch.checks Modifier and Type Class Description classAbstractInputclassAbstractSearchInputclassCalcclassConditionclassHttpInputclassSearchInputclassSearchTemplateInputclassStaticInputclassTransformMethods in com.floragunn.signals.watch.checks that return types with arguments of type Check Modifier and Type Method Description static List<Check>Check. create(WatchInitializationService watchInitService, com.fasterxml.jackson.databind.node.ArrayNode arrayNode)
-