Class ScheduleExpressionUtil
java.lang.Object
com.espertech.esper.common.internal.schedule.ScheduleExpressionUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduleSpec
crontabScheduleBuild
(ExprEvaluator[] scheduleSpecEvaluators, ExprEvaluatorContext context) static ExprForge[]
crontabScheduleValidate
(ExprNodeOrigin origin, List<ExprNode> scheduleSpecExpressionList, boolean allowBindingConsumption, StatementRawInfo statementRawInfo, StatementCompileTimeServices services)
-
Constructor Details
-
ScheduleExpressionUtil
public ScheduleExpressionUtil()
-
-
Method Details
-
crontabScheduleValidate
public static ExprForge[] crontabScheduleValidate(ExprNodeOrigin origin, List<ExprNode> scheduleSpecExpressionList, boolean allowBindingConsumption, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) throws ExprValidationException - Throws:
ExprValidationException
-
crontabScheduleBuild
public static ScheduleSpec crontabScheduleBuild(ExprEvaluator[] scheduleSpecEvaluators, ExprEvaluatorContext context)
-