Package

org.apache.flink.cep

scala

Permalink

package scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class PatternStream[T] extends AnyRef

    Permalink

    Stream abstraction for CEP pattern detection.

    Stream abstraction for CEP pattern detection. A pattern stream is a stream which emits detected pattern sequences as a map of events associated with their names. The pattern is detected using a org.apache.flink.cep.nfa.NFA. In order to process the detected sequences, the user has to specify a PatternSelectFunction or a PatternFlatSelectFunction.

    T

    Type of the events

Value Members

  1. object CEP

    Permalink

    Utility method to transform a DataStream into a PatternStream to do CEP.

  2. object PatternStream

    Permalink
  3. package conditions

    Permalink
  4. package pattern

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped