- select(Map<String, List<IN>>) - Method in interface org.apache.flink.cep.PatternSelectFunction
-
Generates a result from the given map of events.
- select(PatternSelectFunction<T, R>) - Method in class org.apache.flink.cep.PatternStream
-
Applies a select function to the detected pattern sequence.
- select(PatternSelectFunction<T, R>, TypeInformation<R>) - Method in class org.apache.flink.cep.PatternStream
-
Applies a select function to the detected pattern sequence.
- select(OutputTag<L>, PatternTimeoutFunction<T, L>, PatternSelectFunction<T, R>) - Method in class org.apache.flink.cep.PatternStream
-
Applies a select function to the detected pattern sequence.
- select(OutputTag<L>, PatternTimeoutFunction<T, L>, TypeInformation<R>, PatternSelectFunction<T, R>) - Method in class org.apache.flink.cep.PatternStream
-
Applies a select function to the detected pattern sequence.
- select(PatternTimeoutFunction<T, L>, PatternSelectFunction<T, R>) - Method in class org.apache.flink.cep.PatternStream
-
- select(Map<String, List<IN>>) - Method in class org.apache.flink.cep.RichPatternSelectFunction
-
- serialize(DeweyNumber, DataOutputView) - Method in class org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
-
- serialize(NFA.MigratedNFA<T>, DataOutputView) - Method in class org.apache.flink.cep.nfa.NFA.NFASerializer
-
Deprecated.
- serialize(NFAState, DataOutputView) - Method in class org.apache.flink.cep.nfa.NFAStateSerializer
-
- serialize(EventId, DataOutputView) - Method in class org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
-
- serialize(Lockable<E>, DataOutputView) - Method in class org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
-
- serialize(NodeId, DataOutputView) - Method in class org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
-
- serialize(SharedBufferEdge, DataOutputView) - Method in class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
-
- serialize(SharedBufferNode, DataOutputView) - Method in class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
-
- serialize(SharedBuffer<V>, DataOutputView) - Method in class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
-
Deprecated.
- serialVersionUID - Static variable in interface org.apache.flink.cep.EventComparator
-
- setCondition(IterativeCondition<T>) - Method in class org.apache.flink.cep.nfa.StateTransition
-
- setNewPartialMatches(PriorityQueue<ComputationState>) - Method in class org.apache.flink.cep.nfa.NFAState
-
- setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
-
- setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.cep.pattern.conditions.RichIterativeCondition
-
- setStateChanged() - Method in class org.apache.flink.cep.nfa.NFAState
-
- setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<OUT>>) - Method in class org.apache.flink.cep.operator.CepOperator
-
- SharedBuffer<V> - Class in org.apache.flink.cep.nfa
-
- SharedBuffer(Map<EventId, Lockable<V>>, Map<NodeId, Lockable<SharedBufferNode>>, Map<Tuple2<String, SharedBuffer.ValueTimeWrapper<V>>, NodeId>, Map<Integer, EventId>) - Constructor for class org.apache.flink.cep.nfa.SharedBuffer
-
Deprecated.
- SharedBuffer<V> - Class in org.apache.flink.cep.nfa.sharedbuffer
-
A shared buffer implementation which stores values under according state.
- SharedBuffer(KeyedStateStore, TypeSerializer<V>) - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
-
- SharedBuffer.SharedBufferSerializer<K,V> - Class in org.apache.flink.cep.nfa
-
Deprecated.
- SharedBuffer.SharedBufferSerializerConfigSnapshot<K,V> - Class in org.apache.flink.cep.nfa
-
- SharedBuffer.SharedBufferSerializerSnapshot<K,V> - Class in org.apache.flink.cep.nfa
-
Deprecated.
- SharedBufferAccessor<V> - Class in org.apache.flink.cep.nfa.sharedbuffer
-
Accessor to SharedBuffer that allows operations on the underlying structures in batches.
- SharedBufferEdge - Class in org.apache.flink.cep.nfa.sharedbuffer
-
Versioned edge in
SharedBuffer that allows retrieving predecessors.
- SharedBufferEdge(NodeId, DeweyNumber) - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge
-
Creates versioned (with
DeweyNumber) edge that points to the target entry.
- SharedBufferEdge.SharedBufferEdgeSerializer - Class in org.apache.flink.cep.nfa.sharedbuffer
-
- SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot - Class in org.apache.flink.cep.nfa.sharedbuffer
-
Serializer configuration snapshot for compatibility and format evolution.
- SharedBufferEdgeSerializer() - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
-
- SharedBufferEdgeSerializerSnapshot() - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
-
- SharedBufferEdgeSerializerSnapshot(SharedBufferEdge.SharedBufferEdgeSerializer) - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
-
- SharedBufferNode - Class in org.apache.flink.cep.nfa.sharedbuffer
-
An entry in
SharedBuffer that allows to store relations between different entries.
- SharedBufferNode() - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
-
- SharedBufferNode.SharedBufferNodeSerializer - Class in org.apache.flink.cep.nfa.sharedbuffer
-
- SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot - Class in org.apache.flink.cep.nfa.sharedbuffer
-
Serializer configuration snapshot for compatibility and format evolution.
- SharedBufferNodeSerializer() - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
-
- SharedBufferNodeSerializerSnapshot() - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
-
- SharedBufferNodeSerializerSnapshot(SharedBufferNode.SharedBufferNodeSerializer) - Constructor for class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
-
- SharedBufferSerializer(TypeSerializer<K>, TypeSerializer<V>) - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
-
Deprecated.
- SharedBufferSerializer(TypeSerializer<K>, TypeSerializer<V>, TypeSerializer<DeweyNumber>) - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
-
Deprecated.
- SharedBufferSerializerConfigSnapshot() - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerConfigSnapshot
-
Deprecated.
This empty constructor is required for deserializing the configuration.
- SharedBufferSerializerConfigSnapshot(TypeSerializer<K>, TypeSerializer<V>, TypeSerializer<DeweyNumber>) - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerConfigSnapshot
-
Deprecated.
- SharedBufferSerializerSnapshot() - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
-
Deprecated.
- SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K, V>) - Constructor for class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
-
Deprecated.
- shouldPrune(EventId, EventId) - Method in class org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
-
Tells if the partial/completed match starting at given id should be prunned by given
pruningId.
- shouldPrune(EventId, EventId) - Method in class org.apache.flink.cep.nfa.aftermatch.NoSkipStrategy
-
- sideOutputLateData(OutputTag<T>) - Method in class org.apache.flink.cep.PatternStream
-
Send late arriving data to the side output identified by the given OutputTag.
- SimpleCondition<T> - Class in org.apache.flink.cep.pattern.conditions
-
A user-defined condition that decides if an element should be accepted in the pattern or not.
- SimpleCondition() - Constructor for class org.apache.flink.cep.pattern.conditions.SimpleCondition
-
- skipPastLastEvent() - Static method in class org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
-
Discards every partial match that started before emitted match ended.
- SkipPastLastStrategy - Class in org.apache.flink.cep.nfa.aftermatch
-
Discards every partial match that started before emitted match ended.
- skipToFirst(String) - Static method in class org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
-
Discards every partial match that started before the first event of emitted match mapped to
*PatternName*.
- SkipToFirstStrategy - Class in org.apache.flink.cep.nfa.aftermatch
-
Discards every partial match that started before the first event of emitted match mapped to
*PatternName*.
- skipToLast(String) - Static method in class org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
-
Discards every partial match that started before the last event of emitted match mapped to
*PatternName*.
- SkipToLastStrategy - Class in org.apache.flink.cep.nfa.aftermatch
-
Discards every partial match that started before the last event of emitted match mapped to
*PatternName*.
- skipToNext() - Static method in class org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
-
Discards every partial match that started with the same event, emitted match was started.
- SkipToNextStrategy - Class in org.apache.flink.cep.nfa.aftermatch
-
Discards every partial match that started with the same event, emitted match was started.
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.NFA.NFASerializer
-
Deprecated.
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.NFAStateSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
-
Deprecated.
- State<T> - Class in org.apache.flink.cep.nfa
-
Represents a state of the
NFA.
- State(String, State.StateType) - Constructor for class org.apache.flink.cep.nfa.State
-
- State.StateType - Enum in org.apache.flink.cep.nfa
-
Set of valid state types.
- StateTransition<T> - Class in org.apache.flink.cep.nfa
-
Represents a transition from one
State to another.
- StateTransition(State<T>, StateTransitionAction, State<T>, IterativeCondition<T>) - Constructor for class org.apache.flink.cep.nfa.StateTransition
-
- StateTransitionAction - Enum in org.apache.flink.cep.nfa
-
Set of actions when doing a state transition from a
State to another.
- StreamRecordComparator<IN> - Class in org.apache.flink.cep.operator
-
Compares two StreamRecords based on their timestamp.
- StreamRecordComparator() - Constructor for class org.apache.flink.cep.operator.StreamRecordComparator
-
- subtype(Class<S>) - Method in class org.apache.flink.cep.pattern.GroupPattern
-
- subtype(Class<S>) - Method in class org.apache.flink.cep.pattern.Pattern
-
Applies a subtype constraint on the current pattern.
- SubtypeCondition<T> - Class in org.apache.flink.cep.pattern.conditions
-
A
condition which filters elements of the given type.
- SubtypeCondition(Class<? extends T>) - Constructor for class org.apache.flink.cep.pattern.conditions.SubtypeCondition
-