Package org.apache.flink.cep.pattern
-
Class Summary Class Description GroupPattern<T,F extends T> Base class for a group pattern definition.Pattern<T,F extends T> Base class for a pattern definition.Quantifier A quantifier describing the Pattern.Quantifier.Times Describe the times thisPatterncan occur. -
Enum Summary Enum Description Quantifier.ConsumingStrategy Describes strategy for which events are matched in thisPattern.Quantifier.QuantifierProperty Properties that aQuantifiercan have.WithinType Type enum of time interval corresponds to the maximum time gap between events. -
Exception Summary Exception Description MalformedPatternException An exception used to indicate that aPatternwas not specified correctly.