Modifier and Type | Method and Description |
---|---|
MatchedEventConvertorForge |
FilterSpecPlanForge.getConvertorForge() |
protected static MatchedEventConvertorForge |
FilterSpecCompilerIndexPlannerHelper.getMatchEventConvertor(ExprNode value,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered) |
Constructor and Description |
---|
FilterSpecPlanForge(FilterSpecPlanPathForge[] paths,
ExprNode filterConfirm,
ExprNode filterNegate,
MatchedEventConvertorForge convertorForge) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
PatternDeltaComputeUtil.makePatternDeltaAnonymous(ExprNode parameter,
MatchedEventConvertorForge convertor,
TimeAbacus timeAbacus,
CodegenMethod method,
CodegenClassScope classScope) |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryDistinctForgeNode.setConvertor(MatchedEventConvertorForge convertor)
Sets the convertor for matching events to events-per-stream.
|
Modifier and Type | Field and Description |
---|---|
protected MatchedEventConvertorForge |
TimerWithinOrMaxCountGuardForge.convertor
For converting matched-events maps to events-per-stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerWithinOrMaxCountGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
void |
TimerWithinGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
void |
GuardForge.setGuardParameters(List<ExprNode> guardParameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services)
Sets the guard object parameters.
|
void |
ExpressionGuardForge.setGuardParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
MatchedEventConvertorForge |
EvalMatchUntilForgeNode.getConvertor() |
Modifier and Type | Method and Description |
---|---|
void |
EvalMatchUntilForgeNode.setConvertor(MatchedEventConvertorForge convertor)
Sets the convertor for matching events to events-per-stream.
|
Modifier and Type | Field and Description |
---|---|
protected MatchedEventConvertorForge |
TimerIntervalObserverForge.convertor |
Modifier and Type | Method and Description |
---|---|
void |
TimerScheduleObserverForge.setObserverParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
ExprValidationContext validationContext) |
void |
TimerIntervalObserverForge.setObserverParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
ExprValidationContext validationContext) |
void |
TimerAtObserverForge.setObserverParameters(List<ExprNode> parameters,
MatchedEventConvertorForge convertor,
ExprValidationContext validationContext) |
void |
ObserverForge.setObserverParameters(List<ExprNode> observerParameters,
MatchedEventConvertorForge convertor,
ExprValidationContext validationContext)
Sets the observer object parameters.
|
Constructor and Description |
---|
FilterForEvalLimitedExprForge(ExprNode value,
MatchedEventConvertorForge convertor,
SimpleNumberCoercer numberCoercer) |
FilterSpecParamValueLimitedExprForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
ExprNode value,
MatchedEventConvertorForge convertor,
SimpleNumberCoercer numberCoercer) |
Copyright © 2005–2021. All rights reserved.