| 程序包 | 说明 |
|---|---|
| org.apache.flink.cep.functions | |
| org.apache.flink.cep.functions.adaptors |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
PatternProcessFunction.processMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx,
org.apache.flink.util.Collector<OUT> out)
Generates resulting elements given a map of detected pattern events.
|
void |
TimedOutPartialMatchHandler.processTimedOutMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx)
Called for every timed out partial match (due to
Pattern.within(Time)). |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PatternFlatSelectAdapter.processMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx,
org.apache.flink.util.Collector<OUT> out) |
void |
PatternSelectAdapter.processMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx,
org.apache.flink.util.Collector<OUT> out) |
void |
PatternTimeoutFlatSelectAdapter.processTimedOutMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx) |
void |
PatternTimeoutSelectAdapter.processTimedOutMatch(Map<String,List<IN>> match,
PatternProcessFunction.Context ctx) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.