|
Change Parameter Type context : ConditionContext<T> to context : ConditionContext in method private findFinalStateAfterProceed(context ConditionContext, state State<T>, event T) : State<T> in class org.apache.flink.cep.nfa.NFA |
From |
To |
|
Change Parameter Type context : ConditionContext<T> to context : ConditionContext in method private createDecisionGraph(context ConditionContext, computationState ComputationState, event T) : OutgoingEdges<T> in class org.apache.flink.cep.nfa.NFA |
From |
To |
|
Change Parameter Type context : ConditionContext<T> to context : ConditionContext in method private checkFilterCondition(context ConditionContext, condition IterativeCondition<T>, event T) : boolean in class org.apache.flink.cep.nfa.NFA |
From |
To |
|
Change Parameter Type timestamp : long to timerService : TimerService in method private computeNextStates(sharedBufferAccessor SharedBufferAccessor<T>, computationState ComputationState, event EventWrapper, timerService TimerService) : Collection<ComputationState> in class org.apache.flink.cep.nfa.NFA |
From |
To |