跳过导航链接
A B C D E F G H I L M N O P Q R S T U V W 

A

addEdge(SharedBufferEdge) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
addIgnore(IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
addIgnore(State<T>, IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
addProceed(State<T>, IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
addStage() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
Creates a new dewey number from this such that a 0 is appended as new last digit.
addStateTransition(StateTransitionAction, State<T>, IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
addTake(State<T>, IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
addTake(IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.State
 
advanceTime(SharedBufferAccessor<T>, NFAState, long, AfterMatchSkipStrategy) - 类 中的方法org.apache.flink.cep.nfa.NFA
Prunes states assuming there will be no events with timestamp lower than the given one.
advanceTime(long) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Notifies shared buffer that there will be no events with timestamp <&eq; the given value.
AfterMatchSkipStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Indicate the skip strategy after a match process.
allowCombinations() - 类 中的方法org.apache.flink.cep.pattern.Pattern
Applicable only to Quantifier.looping(ConsumingStrategy) and Quantifier.times(ConsumingStrategy) patterns, this option allows more flexibility to the matching events.
AndCondition<T> - org.apache.flink.cep.pattern.conditions中的类
已过时。
Please use RichAndCondition instead. This class exists just for backwards compatibility and will be removed in FLINK-10113.
AndCondition(IterativeCondition<T>, IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.AndCondition
已过时。
 

B

begin(String) - 类 中的静态方法org.apache.flink.cep.pattern.Pattern
Starts a new pattern sequence.
begin(String, AfterMatchSkipStrategy) - 类 中的静态方法org.apache.flink.cep.pattern.Pattern
Starts a new pattern sequence.
begin(Pattern<T, F>, AfterMatchSkipStrategy) - 类 中的静态方法org.apache.flink.cep.pattern.Pattern
Starts a new pattern sequence.
begin(Pattern<T, F>) - 类 中的静态方法org.apache.flink.cep.pattern.Pattern
Starts a new pattern sequence.
BooleanConditions - org.apache.flink.cep.pattern.conditions中的类
Utility class containing an IterativeCondition that always returns true and one that always returns false.
BooleanConditions() - 类 的构造器org.apache.flink.cep.pattern.conditions.BooleanConditions
 

C

canProduceEmptyMatches(Pattern<?, ?>) - 类 中的静态方法org.apache.flink.cep.nfa.compiler.NFACompiler
Verifies if the provided pattern can possibly generate empty match.
CEP - org.apache.flink.cep中的类
Utility class for complex event processing.
CEP() - 类 的构造器org.apache.flink.cep.CEP
 
CEP_CACHE_STATISTICS_INTERVAL - 类 中的静态变量org.apache.flink.cep.configuration.CEPCacheOptions
 
CEP_SHARED_BUFFER_ENTRY_CACHE_SLOTS - 类 中的静态变量org.apache.flink.cep.configuration.CEPCacheOptions
 
CEP_SHARED_BUFFER_EVENT_CACHE_SLOTS - 类 中的静态变量org.apache.flink.cep.configuration.CEPCacheOptions
 
CEPCacheOptions - org.apache.flink.cep.configuration中的类
CEP Cache Options.
CepOperator<IN,KEY,OUT> - org.apache.flink.cep.operator中的类
CEP pattern operator for a keyed input stream.
CepOperator(TypeSerializer<IN>, boolean, NFACompiler.NFAFactory<IN>, EventComparator<IN>, AfterMatchSkipStrategy, PatternProcessFunction<IN, OUT>, OutputTag<IN>) - 类 的构造器org.apache.flink.cep.operator.CepOperator
 
checkNameUniqueness(String) - 类 中的方法org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
Checks if the given name is already used or not.
clear() - 类 中的方法org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
Clear the names added during checking name uniqueness.
close() - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternFlatSelectAdapter
 
close() - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternSelectAdapter
 
close() - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutFlatSelectAdapter
 
close() - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutSelectAdapter
 
close() - 类 中的方法org.apache.flink.cep.nfa.NFA
Tear-down method for the NFA.
close() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Persists the entry in the cache to the underlay state.
close() - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
close() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
 
close() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
CoMapTimeout() - 类 的构造器org.apache.flink.cep.PatternStream.CoMapTimeout
 
combinations() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
COMPARATOR - 类 中的静态变量org.apache.flink.cep.nfa.sharedbuffer.EventId
 
compare(StreamRecord<IN>, StreamRecord<IN>) - 类 中的方法org.apache.flink.cep.operator.StreamRecordComparator
 
compareTo(EventId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
compileFactory(Pattern<T, ?>, boolean) - 类 中的静态方法org.apache.flink.cep.nfa.compiler.NFACompiler
Compiles the given pattern into a NFACompiler.NFAFactory.
COMPUTATION_STATE_COMPARATOR - 类 中的静态变量org.apache.flink.cep.nfa.NFAState
 
ComputationState - org.apache.flink.cep.nfa中的类
Helper class which encapsulates the currentStateName of the NFA computation.
consecutive() - 类 中的方法org.apache.flink.cep.pattern.Pattern
Works in conjunction with Pattern.oneOrMore() or Pattern.times(int).
consecutive() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
copy(DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
copy(DeweyNumber, DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
copy(NFA.MigratedNFA<T>) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
copy(NFA.MigratedNFA<T>, NFA.MigratedNFA<T>) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
copy(NFAState) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
copy(NFAState, NFAState) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
copy(EventId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
copy(EventId, EventId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
copy(Lockable<E>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
copy(Lockable<E>, Lockable<E>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
copy(NodeId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
copy(NodeId, NodeId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
copy(SharedBufferEdge) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
copy(SharedBufferEdge, SharedBufferEdge) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
copy(SharedBufferNode) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
copy(SharedBufferNode, SharedBufferNode) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
copy(SharedBufferNode) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
copy(SharedBufferNode, SharedBufferNode) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
copy(SharedBuffer<V>) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
copy(SharedBuffer<V>, SharedBuffer<V>) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
createInitialNFAState() - 类 中的方法org.apache.flink.cep.nfa.NFA
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
createInstance() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
createNFA() - 接口 中的方法org.apache.flink.cep.nfa.compiler.NFACompiler.NFAFactory
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.NFA.MigratedNFASerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.LockableTypeSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer.NodeIdSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializerSnapshotV2
 
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
已过时。
 
createStartState(String) - 类 中的静态方法org.apache.flink.cep.nfa.ComputationState
 
createStartState(String, DeweyNumber) - 类 中的静态方法org.apache.flink.cep.nfa.ComputationState
 
createState(String, NodeId, DeweyNumber, long, long, EventId) - 类 中的静态方法org.apache.flink.cep.nfa.ComputationState
 
currentProcessingTime() - 接口 中的方法org.apache.flink.cep.time.TimeContext
Returns the current processing time.
currentProcessingTime() - 接口 中的方法org.apache.flink.cep.time.TimerService
Current processing time as returned from TimerService.

D

deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
deserialize(DeweyNumber, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
deserialize(NFA.MigratedNFA<T>, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
deserialize(NFAState, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
deserialize(EventId, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
deserialize(Lockable<E>, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
deserialize(NodeId, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
deserialize(SharedBufferEdge, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
deserialize(SharedBufferNode, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
deserialize(SharedBufferNode, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
deserialize(DataInputView) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
deserialize(SharedBuffer<V>, DataInputView) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
DeweyNumber - org.apache.flink.cep.nfa中的类
Versioning scheme which allows to retrieve dependencies between different versions.
DeweyNumber(int) - 类 的构造器org.apache.flink.cep.nfa.DeweyNumber
 
DeweyNumber(DeweyNumber) - 类 的构造器org.apache.flink.cep.nfa.DeweyNumber
 
DeweyNumber.DeweyNumberSerializer - org.apache.flink.cep.nfa中的类
A TypeSerializer for the DeweyNumber which serves as a version number.
DeweyNumber.DeweyNumberSerializer.DeweyNumberSerializerSnapshot - org.apache.flink.cep.nfa中的类
Serializer configuration snapshot for compatibility and format evolution.
DeweyNumberSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer.DeweyNumberSerializerSnapshot
 
duplicate() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
duplicate() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
duplicate() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 

E

ENDING_STATE_NAME - 类 中的静态变量org.apache.flink.cep.nfa.compiler.NFACompiler
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.State
 
equals(Object) - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
equals(Object) - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
equals(Object) - 类 中的方法org.apache.flink.cep.pattern.Quantifier.Times
 
EventComparator<T> - org.apache.flink.cep中的接口
Custom comparator used to compares two events.
EventId - org.apache.flink.cep.nfa.sharedbuffer中的类
Composite key for events in SharedBuffer.
EventId(int, long) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.EventId
 
EventId.EventIdSerializer - org.apache.flink.cep.nfa.sharedbuffer中的类
TypeSerializer for EventId.
EventId.EventIdSerializer.EventIdSerializerSnapshot - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer configuration snapshot for compatibility and format evolution.
EventIdSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer.EventIdSerializerSnapshot
 
extractPatterns(NodeId, DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Returns all elements from the previous relation starting at the given entry.

F

falseFunction() - 类 中的静态方法org.apache.flink.cep.pattern.conditions.BooleanConditions
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.AndCondition
已过时。
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.IterativeCondition
The filter function that evaluates the predicate.
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.NotCondition
已过时。
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.OrCondition
已过时。
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichAndCondition
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichNotCondition
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichOrCondition
 
filter(T, IterativeCondition.Context<T>) - 类 中的方法org.apache.flink.cep.pattern.conditions.SimpleCondition
 
filter(T) - 类 中的方法org.apache.flink.cep.pattern.conditions.SubtypeCondition
 
flatSelect(Map<String, List<IN>>, Collector<OUT>) - 接口 中的方法org.apache.flink.cep.PatternFlatSelectFunction
Generates zero or more resulting elements given a map of detected pattern events.
flatSelect(PatternFlatSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a flat select function to the detected pattern sequence.
flatSelect(PatternFlatSelectFunction<T, R>, TypeInformation<R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a flat select function to the detected pattern sequence.
flatSelect(OutputTag<L>, PatternFlatTimeoutFunction<T, L>, PatternFlatSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a flat select function to the detected pattern sequence.
flatSelect(OutputTag<L>, PatternFlatTimeoutFunction<T, L>, TypeInformation<R>, PatternFlatSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a flat select function to the detected pattern sequence.
flatSelect(PatternFlatTimeoutFunction<T, L>, PatternFlatSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
已过时。
flatSelect(Map<String, List<IN>>, Collector<OUT>) - 类 中的方法org.apache.flink.cep.RichPatternFlatSelectFunction
 
followedBy(String) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new pattern to the existing one.
followedBy(Pattern<T, F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new group pattern to the existing one.
followedByAny(String) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new pattern to the existing one.
followedByAny(Pattern<T, F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new group pattern to the existing one.
fromString(String) - 类 中的静态方法org.apache.flink.cep.nfa.DeweyNumber
Creates a dewey number from a string representation.

G

getAccessor() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
Construct an accessor to deal with this sharedBuffer.
getAction() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
getAfterMatchSkipStrategy() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getCacheStatisticsInterval() - 类 中的方法org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
getCompletedMatches() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
getComputationStates() - 类 中的方法org.apache.flink.cep.nfa.NFA.MigratedNFA
 
getCondition() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
getCondition() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getConsumingStrategy() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.NFA.MigratedNFASerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.LockableTypeSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer.NodeIdSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializerSnapshotV2
 
getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
已过时。
 
getCurrentStateName() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getEdges() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
getEdgeSerializer() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
getElement() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
getEntryCacheSlots() - 类 中的方法org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
getEventId() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
getEventsBuffer() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer
已过时。
 
getEventsBufferCacheSize() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
getEventsBufferCacheSlots() - 类 中的方法org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
getEventsBufferSize() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
getEventsForPattern(String) - 接口 中的方法org.apache.flink.cep.pattern.conditions.IterativeCondition.Context
 
getFrom() - 类 中的方法org.apache.flink.cep.pattern.Quantifier.Times
 
getId() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
getInnerConsumingStrategy() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
getIterationRuntimeContext() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
getKeySerializer() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
getLeft() - 类 中的方法org.apache.flink.cep.pattern.conditions.AndCondition
已过时。
 
getLeft() - 类 中的方法org.apache.flink.cep.pattern.conditions.OrCondition
已过时。
 
getLeft() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichAndCondition
 
getLeft() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichOrCondition
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
getLength() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
getName() - 类 中的方法org.apache.flink.cep.nfa.State
 
getName() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getNestedConditions() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
 
getNestedSerializers(NFA.NFASerializer<T>) - 类 中的方法org.apache.flink.cep.nfa.NFA.MigratedNFASerializerSnapshot
 
getNestedSerializers(NFAStateSerializer) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
getNestedSerializers(Lockable.LockableTypeSerializer<E>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.LockableTypeSerializerSnapshot
 
getNestedSerializers(NodeId.NodeIdSerializer) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer.NodeIdSerializerSnapshot
 
getNestedSerializers(SharedBufferEdge.SharedBufferEdgeSerializer) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
 
getNestedSerializers(SharedBufferNode.SharedBufferNodeSerializer) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
 
getNestedSerializers(SharedBufferNodeSerializer) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializerSnapshotV2
 
getNestedSerializers(SharedBuffer.SharedBufferSerializer<K, V>) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
已过时。
 
getNodeId(String, long, int, V) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer
已过时。
 
getOriginalNameFromInternal(String) - 类 中的静态方法org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
Implements the reverse process of the NFAStateNameHandler.getUniqueInternalName(String).
getPageName() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
getPages() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer
已过时。
 
getPartialMatches() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
getPatternName() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Name of pattern that processing will be skipped to.
getPrevious() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getPreviousBufferEntry() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getPreviousTimestamp() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getPruningId(Collection<Map<String, List<EventId>>>) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Retrieves event id of the pruning element from the given match based on the strategy.
getPruningId(Collection<Map<String, List<EventId>>>) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.NoSkipStrategy
 
getPruningId(Collection<Map<String, List<EventId>>>) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy
 
getPruningId(Collection<Map<String, List<EventId>>>) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToNextStrategy
 
getQuantifier() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getRawPattern() - 类 中的方法org.apache.flink.cep.pattern.GroupPattern
 
getRight() - 类 中的方法org.apache.flink.cep.pattern.conditions.AndCondition
已过时。
 
getRight() - 类 中的方法org.apache.flink.cep.pattern.conditions.OrCondition
已过时。
 
getRight() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichAndCondition
 
getRight() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichOrCondition
 
getRun() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
 
getRuntimeContext() - 类 中的方法org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
getSharedBuffer() - 类 中的方法org.apache.flink.cep.nfa.NFA.MigratedNFA
 
getSharedBufferNodeCacheSize() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
getSharedBufferNodeSize() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
getSourceState() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
getStartEventID() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getStartEventId(int) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer
已过时。
 
getStartTimestamp() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getStates() - 类 中的方法org.apache.flink.cep.nfa.NFA
 
getStateTransitions() - 类 中的方法org.apache.flink.cep.nfa.State
 
getStateType() - 类 中的方法org.apache.flink.cep.nfa.State
 
getTargetState() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
getTimes() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getTimestamp() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
getTo() - 类 中的方法org.apache.flink.cep.pattern.Quantifier.Times
 
getUniqueInternalName(String) - 类 中的方法org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
Used to give a unique name to NFA states created during the translation process.
getUntilCondition() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getValueSerializer() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
getVersion() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
getVersionSerializer() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
getWindowTime() - 类 中的方法org.apache.flink.cep.nfa.NFA
 
getWindowTime() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getWindowTime(WithinType) - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
getWindowTime() - 类 中的方法org.apache.flink.cep.pattern.Quantifier.Times
 
greedy() - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern is greedy.
greedy() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
GroupPattern<T,F extends T> - org.apache.flink.cep.pattern中的类
Base class for a group pattern definition.

H

hashCode() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.State
 
hashCode() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
hashCode() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
hashCode() - 类 中的方法org.apache.flink.cep.pattern.Quantifier.Times
 
hasProperty(Quantifier.QuantifierProperty) - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 

I

increase() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
Creates a new dewey number from this such that its last digit is increased by one.
increase(int) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
Creates a new dewey number from this such that its last digit is increased by the supplied number.
inEventTime() - 类 中的方法org.apache.flink.cep.PatternStream
Sets the time characteristic to event time.
initializeState(StateInitializationContext) - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
inProcessingTime() - 类 中的方法org.apache.flink.cep.PatternStream
Sets the time characteristic to processing time.
INSTANCE - 类 中的静态变量org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy
 
INSTANCE - 类 中的静态变量org.apache.flink.cep.nfa.aftermatch.SkipToNextStrategy
 
INSTANCE - 类 中的静态变量org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
INSTANCE - 类 中的静态变量org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
isCompatibleWith(DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
Checks whether this dewey number is compatible to the other dewey number.
isEmpty() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
Checks if there is no elements in the buffer.
isFinal() - 类 中的方法org.apache.flink.cep.nfa.State
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
isImmutableType() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
isNewStartPartialMatch() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
isPending() - 类 中的方法org.apache.flink.cep.nfa.State
 
isSkipStrategy() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Tells if the strategy may skip some matches.
isSkipStrategy() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.NoSkipStrategy
 
isStart() - 类 中的方法org.apache.flink.cep.nfa.State
 
isStateChanged() - 类 中的方法org.apache.flink.cep.nfa.NFAState
Check if the matching status of the NFA has changed so far.
isStop() - 类 中的方法org.apache.flink.cep.nfa.State
 
isSupportsPreviousTimestamp() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
IterativeCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A user-defined condition that decides if an element should be accepted in the pattern or not.
IterativeCondition() - 类 的构造器org.apache.flink.cep.pattern.conditions.IterativeCondition
 
IterativeCondition.Context<T> - org.apache.flink.cep.pattern.conditions中的接口
The context used when evaluating the condition.

L

length() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
 
lock() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
Lockable<T> - org.apache.flink.cep.nfa.sharedbuffer中的类
Implements locking logic for incoming event and SharedBufferNode using a lock reference counter.
Lockable(T, int) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
Lockable.LockableTypeSerializer<E> - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer for Lockable.
LockableTypeSerializer(TypeSerializer<E>) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
LockableTypeSerializerSnapshot<E> - org.apache.flink.cep.nfa.sharedbuffer中的类
A TypeSerializerSnapshot for the Lockable.LockableTypeSerializer.
LockableTypeSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.LockableTypeSerializerSnapshot
Constructor for read instantiation.
LockableTypeSerializerSnapshot(Lockable.LockableTypeSerializer<E>) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.LockableTypeSerializerSnapshot
Constructor to create the snapshot for writing.
lockNode(NodeId, DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Increases the reference counter for the given entry so that it is not accidentally removed.
looping(Quantifier.ConsumingStrategy) - 类 中的静态方法org.apache.flink.cep.pattern.Quantifier
 

M

makeStart() - 类 中的方法org.apache.flink.cep.nfa.State
 
MalformedPatternException - org.apache.flink.cep.pattern中的异常错误
An exception used to indicate that a Pattern was not specified correctly.
MalformedPatternException(String) - 异常错误 的构造器org.apache.flink.cep.pattern.MalformedPatternException
 
map1(R) - 类 中的方法org.apache.flink.cep.PatternStream.CoMapTimeout
 
map2(L) - 类 中的方法org.apache.flink.cep.PatternStream.CoMapTimeout
 
materializeMatch(Map<String, List<EventId>>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Extracts the real event from the sharedBuffer with pre-extracted eventId.
MigratedNFASerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.NFA.MigratedNFASerializerSnapshot
 
migrateOldState(KeyedStateBackend<?>, ValueState<NFAState>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 

N

next(String) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new pattern to the existing one.
next(Pattern<T, F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new group pattern to the existing one.
NFA<T> - org.apache.flink.cep.nfa中的类
Non-deterministic finite automaton implementation.
NFA(Collection<State<T>>, Map<String, Long>, long, boolean) - 类 的构造器org.apache.flink.cep.nfa.NFA
 
NFA.MigratedNFA<T> - org.apache.flink.cep.nfa中的类
Wrapper for migrated state.
NFA.MigratedNFASerializerSnapshot<T> - org.apache.flink.cep.nfa中的类
A TypeSerializerSnapshot for the legacy NFA.NFASerializer.
NFA.NFASerializer<T> - org.apache.flink.cep.nfa中的类
已过时。
NFACompiler - org.apache.flink.cep.nfa.compiler中的类
Compiler class containing methods to compile a Pattern into a NFA or a NFACompiler.NFAFactory.
NFACompiler() - 类 的构造器org.apache.flink.cep.nfa.compiler.NFACompiler
 
NFACompiler.NFAFactory<T> - org.apache.flink.cep.nfa.compiler中的接口
Factory interface for NFA.
NFASerializer(TypeSerializer<T>) - 类 的构造器org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
NFAState - org.apache.flink.cep.nfa中的类
State kept for a NFA.
NFAState(Iterable<ComputationState>) - 类 的构造器org.apache.flink.cep.nfa.NFAState
 
NFAState(Queue<ComputationState>, Queue<ComputationState>) - 类 的构造器org.apache.flink.cep.nfa.NFAState
 
NFAStateNameHandler - org.apache.flink.cep.nfa.compiler中的类
A utility class used to handle name conventions and guarantee unique names for the states of our NFA.
NFAStateNameHandler() - 类 的构造器org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
 
NFAStateSerializer - org.apache.flink.cep.nfa中的类
A TypeSerializer for NFAState.
NFAStateSerializer() - 类 的构造器org.apache.flink.cep.nfa.NFAStateSerializer
 
NFAStateSerializerSnapshot - org.apache.flink.cep.nfa中的类
Snapshot class for NFAStateSerializer.
NFAStateSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
Constructor for read instantiation.
NFAStateSerializerSnapshot(NFAStateSerializer) - 类 的构造器org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
Constructor to create the snapshot for writing.
NodeId - org.apache.flink.cep.nfa.sharedbuffer中的类
Unique identifier for SharedBufferNode.
NodeId(EventId, String) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
NodeId.NodeIdSerializer - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer for NodeId.
NodeId.NodeIdSerializer.NodeIdSerializerSnapshot - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer configuration snapshot for compatibility and format evolution.
NodeIdSerializer() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
NodeIdSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer.NodeIdSerializerSnapshot
 
NodeIdSerializerSnapshot(NodeId.NodeIdSerializer) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer.NodeIdSerializerSnapshot
 
noSkip() - 类 中的静态方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Every possible match will be emitted.
NoSkipStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Every possible match will be emitted.
NotCondition<T> - org.apache.flink.cep.pattern.conditions中的类
已过时。
Please use RichNotCondition instead. This class exists just for backwards compatibility and will be removed in FLINK-10113.
NotCondition(IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.NotCondition
已过时。
 
notFollowedBy(String) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new pattern to the existing one.
notNext(String) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Appends a new pattern to the existing one.

O

of(ReadableConfig) - 类 中的静态方法org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
of(FilterFunction<T>) - 类 中的静态方法org.apache.flink.cep.pattern.conditions.SimpleCondition
 
of(int, int, Time) - 类 中的静态方法org.apache.flink.cep.pattern.Quantifier.Times
 
of(int, Time) - 类 中的静态方法org.apache.flink.cep.pattern.Quantifier.Times
 
one(Quantifier.ConsumingStrategy) - 类 中的静态方法org.apache.flink.cep.pattern.Quantifier
 
oneOrMore() - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern can occur one or more times.
oneOrMore(Time) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern can occur one or more times and time interval corresponds to the maximum time gap between previous and current event for each times.
onEventTime(InternalTimer<KEY, VoidNamespace>) - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
onProcessingTime(InternalTimer<KEY, VoidNamespace>) - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
open(Configuration) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternFlatSelectAdapter
 
open(Configuration) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternSelectAdapter
 
open(Configuration) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutFlatSelectAdapter
 
open(Configuration) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutSelectAdapter
 
open(RuntimeContext, Configuration) - 类 中的方法org.apache.flink.cep.nfa.NFA
Initialization method for the NFA.
open() - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
open(Configuration) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
 
open(Configuration) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
optional() - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern is optional for a final match of the pattern sequence to happen.
optional() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
or(IterativeCondition<F>) - 类 中的方法org.apache.flink.cep.pattern.GroupPattern
 
or(IterativeCondition<F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Adds a condition that has to be satisfied by an event in order to be considered a match.
OrCondition<T> - org.apache.flink.cep.pattern.conditions中的类
已过时。
Please use RichOrCondition instead. This class exists just for backwards compatibility and will be removed in FLINK-10113.
OrCondition(IterativeCondition<T>, IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.OrCondition
已过时。
 
org.apache.flink.cep - 程序包 org.apache.flink.cep
 
org.apache.flink.cep.configuration - 程序包 org.apache.flink.cep.configuration
 
org.apache.flink.cep.functions - 程序包 org.apache.flink.cep.functions
 
org.apache.flink.cep.functions.adaptors - 程序包 org.apache.flink.cep.functions.adaptors
 
org.apache.flink.cep.nfa - 程序包 org.apache.flink.cep.nfa
 
org.apache.flink.cep.nfa.aftermatch - 程序包 org.apache.flink.cep.nfa.aftermatch
 
org.apache.flink.cep.nfa.compiler - 程序包 org.apache.flink.cep.nfa.compiler
 
org.apache.flink.cep.nfa.sharedbuffer - 程序包 org.apache.flink.cep.nfa.sharedbuffer
 
org.apache.flink.cep.operator - 程序包 org.apache.flink.cep.operator
 
org.apache.flink.cep.pattern - 程序包 org.apache.flink.cep.pattern
 
org.apache.flink.cep.pattern.conditions - 程序包 org.apache.flink.cep.pattern.conditions
 
org.apache.flink.cep.time - 程序包 org.apache.flink.cep.time
 
output(OutputTag<X>, X) - 接口 中的方法org.apache.flink.cep.functions.PatternProcessFunction.Context
Emits a record to the side output identified by the OutputTag.

P

pattern(DataStream<T>, Pattern<T, ?>) - 类 中的静态方法org.apache.flink.cep.CEP
Creates a PatternStream from an input data stream and a pattern.
pattern(DataStream<T>, Pattern<T, ?>, EventComparator<T>) - 类 中的静态方法org.apache.flink.cep.CEP
Creates a PatternStream from an input data stream and a pattern.
Pattern<T,F extends T> - org.apache.flink.cep.pattern中的类
Base class for a pattern definition.
Pattern(String, Pattern<T, ? extends T>, Quantifier.ConsumingStrategy, AfterMatchSkipStrategy) - 类 的构造器org.apache.flink.cep.pattern.Pattern
 
PatternFlatSelectAdapter<IN,OUT> - org.apache.flink.cep.functions.adaptors中的类
PatternFlatSelectAdapter(PatternFlatSelectFunction<IN, OUT>) - 类 的构造器org.apache.flink.cep.functions.adaptors.PatternFlatSelectAdapter
 
PatternFlatSelectFunction<IN,OUT> - org.apache.flink.cep中的接口
Base interface for a pattern select function which can produce multiple resulting elements.
PatternFlatTimeoutFunction<IN,OUT> - org.apache.flink.cep中的接口
Base interface for a pattern timeout function which can produce multiple resulting elements.
PatternProcessFunction<IN,OUT> - org.apache.flink.cep.functions中的类
It is called with a map of detected events which are identified by their names.
PatternProcessFunction() - 类 的构造器org.apache.flink.cep.functions.PatternProcessFunction
 
PatternProcessFunction.Context - org.apache.flink.cep.functions中的接口
Gives access to time related characteristics as well as enables emitting elements to side outputs.
PatternSelectAdapter<IN,OUT> - org.apache.flink.cep.functions.adaptors中的类
Adapter that expresses PatternSelectFunction with PatternProcessFunction.
PatternSelectAdapter(PatternSelectFunction<IN, OUT>) - 类 的构造器org.apache.flink.cep.functions.adaptors.PatternSelectAdapter
 
PatternSelectFunction<IN,OUT> - org.apache.flink.cep中的接口
Base interface for a pattern select function.
PatternStream<T> - org.apache.flink.cep中的类
Stream abstraction for CEP pattern detection.
PatternStream.CoMapTimeout<R,L> - org.apache.flink.cep中的类
Used for joining results from timeout side-output for API backward compatibility.
PatternTimeoutFlatSelectAdapter<IN,OUT,T> - org.apache.flink.cep.functions.adaptors中的类
PatternTimeoutFlatSelectAdapter(PatternFlatSelectFunction<IN, OUT>, PatternFlatTimeoutFunction<IN, T>, OutputTag<T>) - 类 的构造器org.apache.flink.cep.functions.adaptors.PatternTimeoutFlatSelectAdapter
 
PatternTimeoutFunction<IN,OUT> - org.apache.flink.cep中的接口
Base interface for a pattern timeout function.
PatternTimeoutSelectAdapter<IN,OUT,T> - org.apache.flink.cep.functions.adaptors中的类
Adapter that expresses combination of PatternSelectFunction and PatternTimeoutFlatSelectAdapter with PatternProcessFunction.
PatternTimeoutSelectAdapter(PatternSelectFunction<IN, OUT>, PatternTimeoutFunction<IN, T>, OutputTag<T>) - 类 的构造器org.apache.flink.cep.functions.adaptors.PatternTimeoutSelectAdapter
 
process(SharedBufferAccessor<T>, NFAState, T, long, AfterMatchSkipStrategy, TimerService) - 类 中的方法org.apache.flink.cep.nfa.NFA
Processes the next input event.
process(PatternProcessFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a process function to the detected pattern sequence.
process(PatternProcessFunction<T, R>, TypeInformation<R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a process function to the detected pattern sequence.
processElement(StreamRecord<IN>) - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
processMatch(Map<String, List<IN>>, PatternProcessFunction.Context, Collector<OUT>) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternFlatSelectAdapter
 
processMatch(Map<String, List<IN>>, PatternProcessFunction.Context, Collector<OUT>) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternSelectAdapter
 
processMatch(Map<String, List<IN>>, PatternProcessFunction.Context, Collector<OUT>) - 类 中的方法org.apache.flink.cep.functions.PatternProcessFunction
Generates resulting elements given a map of detected pattern events.
processTimedOutMatch(Map<String, List<IN>>, PatternProcessFunction.Context) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutFlatSelectAdapter
 
processTimedOutMatch(Map<String, List<IN>>, PatternProcessFunction.Context) - 类 中的方法org.apache.flink.cep.functions.adaptors.PatternTimeoutSelectAdapter
 
processTimedOutMatch(Map<String, List<IN>>, PatternProcessFunction.Context) - 接口 中的方法org.apache.flink.cep.functions.TimedOutPartialMatchHandler
Called for every timed out partial match (due to Pattern.within(Time)).
prune(Collection<ComputationState>, Collection<Map<String, List<EventId>>>, SharedBufferAccessor<?>) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Prunes matches/partial matches based on the chosen strategy.
put(String, EventId, NodeId, DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Stores given value (value + timestamp) under the given state.

Q

Quantifier - org.apache.flink.cep.pattern中的类
A quantifier describing the Pattern.
Quantifier.ConsumingStrategy - org.apache.flink.cep.pattern中的枚举
Describes strategy for which events are matched in this Pattern.
Quantifier.QuantifierProperty - org.apache.flink.cep.pattern中的枚举
Properties that a Quantifier can have.
Quantifier.Times - org.apache.flink.cep.pattern中的类
Describe the times this Pattern can occur.

R

readOuterSnapshot(int, DataInputView, ClassLoader) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
registerEvent(V, long) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Adds another unique event to the shared buffer and assigns a unique id for it.
releaseCacheStatisticsTimer() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
releaseEvent(EventId) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Decreases the reference counter for the given event so that it can be removed once the reference counter reaches 0.
releaseNode(NodeId, DeweyNumber) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferAccessor
Decreases the reference counter for the given entry so that it can be removed once the reference counter reaches 0.
resetNewStartPartialMatch() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
resetStateChanged() - 类 中的方法org.apache.flink.cep.nfa.NFAState
Reset the changed bit checked via NFAState.isStateChanged() to false.
resolveOuterSchemaCompatibility(NFAStateSerializer) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
RichAndCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A condition which combines two conditions with a logical AND and returns true if both are true.
RichAndCondition(IterativeCondition<T>, IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.RichAndCondition
 
RichCompositeIterativeCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A base class of composite IterativeCondition conditions such as RichAndCondition, RichOrCondition and RichNotCondition, etc.
RichCompositeIterativeCondition(IterativeCondition<T>...) - 类 的构造器org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
 
RichIterativeCondition<T> - org.apache.flink.cep.pattern.conditions中的类
Rich variant of the IterativeCondition.
RichIterativeCondition() - 类 的构造器org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
RichNotCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A condition which negates the condition it wraps and returns true if the original condition returns false.
RichNotCondition(IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.RichNotCondition
 
RichOrCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A condition which combines two conditions with a logical OR and returns true if at least one is true.
RichOrCondition(IterativeCondition<T>, IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.RichOrCondition
 
RichPatternFlatSelectFunction<IN,OUT> - org.apache.flink.cep中的类
Rich variant of the PatternFlatSelectFunction.
RichPatternFlatSelectFunction() - 类 的构造器org.apache.flink.cep.RichPatternFlatSelectFunction
 
RichPatternSelectFunction<IN,OUT> - org.apache.flink.cep中的类
Rich variant of the PatternSelectFunction.
RichPatternSelectFunction() - 类 的构造器org.apache.flink.cep.RichPatternSelectFunction
 

S

select(Map<String, List<IN>>) - 接口 中的方法org.apache.flink.cep.PatternSelectFunction
Generates a result from the given map of events.
select(PatternSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a select function to the detected pattern sequence.
select(PatternSelectFunction<T, R>, TypeInformation<R>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a select function to the detected pattern sequence.
select(OutputTag<L>, PatternTimeoutFunction<T, L>, PatternSelectFunction<T, R>) - 类 中的方法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>) - 类 中的方法org.apache.flink.cep.PatternStream
Applies a select function to the detected pattern sequence.
select(PatternTimeoutFunction<T, L>, PatternSelectFunction<T, R>) - 类 中的方法org.apache.flink.cep.PatternStream
已过时。
select(Map<String, List<IN>>) - 类 中的方法org.apache.flink.cep.RichPatternSelectFunction
 
serialize(DeweyNumber, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
serialize(NFA.MigratedNFA<T>, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
serialize(NFAState, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
serialize(EventId, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
serialize(Lockable<E>, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
serialize(NodeId, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
serialize(SharedBufferEdge, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
serialize(SharedBufferNode, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
serialize(SharedBufferNode, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
serialize(SharedBuffer<V>, DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
serialVersionUID - 接口 中的静态变量org.apache.flink.cep.EventComparator
 
setCondition(IterativeCondition<T>) - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
setNewPartialMatches(PriorityQueue<ComputationState>) - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
setNewStartPartiailMatch() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
setRuntimeContext(RuntimeContext) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
 
setRuntimeContext(RuntimeContext) - 类 中的方法org.apache.flink.cep.pattern.conditions.RichIterativeCondition
 
setStateChanged() - 类 中的方法org.apache.flink.cep.nfa.NFAState
Set the changed bit checked via NFAState.isStateChanged() to true.
setup(StreamTask<?, ?>, StreamConfig, Output<StreamRecord<OUT>>) - 类 中的方法org.apache.flink.cep.operator.CepOperator
 
SharedBuffer<V> - org.apache.flink.cep.nfa中的类
已过时。
everything in this class is deprecated. Those are only migration procedures from older versions.
SharedBuffer(Map<EventId, Lockable<V>>, Map<NodeId, Lockable<SharedBufferNode>>, Map<Tuple2<String, SharedBuffer.ValueTimeWrapper<V>>, NodeId>, Map<Integer, EventId>) - 类 的构造器org.apache.flink.cep.nfa.SharedBuffer
已过时。
 
SharedBuffer<V> - org.apache.flink.cep.nfa.sharedbuffer中的类
A shared buffer implementation which stores values under according state.
SharedBuffer(KeyedStateStore, TypeSerializer<V>) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
SharedBuffer(KeyedStateStore, TypeSerializer<V>, SharedBufferCacheConfig) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBuffer
 
SharedBuffer.SharedBufferSerializer<K,V> - org.apache.flink.cep.nfa中的类
已过时。
A TypeSerializer for the SharedBuffer.
SharedBuffer.SharedBufferSerializerSnapshot<K,V> - org.apache.flink.cep.nfa中的类
已过时。
A TypeSerializerSnapshot for the SharedBuffer.SharedBufferSerializerSnapshot.
SharedBufferAccessor<V> - org.apache.flink.cep.nfa.sharedbuffer中的类
Accessor to SharedBuffer that allows operations on the underlying structures in batches.
SharedBufferCacheConfig - org.apache.flink.cep.configuration中的类
Configuration immutable class.
SharedBufferCacheConfig() - 类 的构造器org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
SharedBufferCacheConfig(int, int, Duration) - 类 的构造器org.apache.flink.cep.configuration.SharedBufferCacheConfig
 
SharedBufferEdge - org.apache.flink.cep.nfa.sharedbuffer中的类
Versioned edge in SharedBuffer that allows retrieving predecessors.
SharedBufferEdge(NodeId, DeweyNumber) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge
Creates versioned (with DeweyNumber) edge that points to the target entry.
SharedBufferEdge.SharedBufferEdgeSerializer - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer for SharedBufferEdge.
SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer configuration snapshot for compatibility and format evolution.
SharedBufferEdgeSerializer() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
SharedBufferEdgeSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
 
SharedBufferEdgeSerializerSnapshot(SharedBufferEdge.SharedBufferEdgeSerializer) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot
 
SharedBufferNode - org.apache.flink.cep.nfa.sharedbuffer中的类
An entry in SharedBuffer that allows to store relations between different entries.
SharedBufferNode() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
SharedBufferNode.SharedBufferNodeSerializer - org.apache.flink.cep.nfa.sharedbuffer中的类
已过时。
was used in <= 1.12, use SharedBufferNodeSerializer instead.
SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot - org.apache.flink.cep.nfa.sharedbuffer中的类
已过时。
Serializer configuration snapshot for compatibility and format evolution.
SharedBufferNodeSerializer() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
SharedBufferNodeSerializer - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer for SharedBufferNode.
SharedBufferNodeSerializer() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
SharedBufferNodeSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
 
SharedBufferNodeSerializerSnapshot(SharedBufferNode.SharedBufferNodeSerializer) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot
已过时。
 
SharedBufferNodeSerializerSnapshotV2 - org.apache.flink.cep.nfa.sharedbuffer中的类
Serializer configuration snapshot for compatibility and format evolution.
SharedBufferNodeSerializerSnapshotV2() - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializerSnapshotV2
 
SharedBufferNodeSerializerSnapshotV2(SharedBufferNodeSerializer) - 类 的构造器org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializerSnapshotV2
 
SharedBufferSerializer(TypeSerializer<K>, TypeSerializer<V>) - 类 的构造器org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
SharedBufferSerializer(TypeSerializer<K>, TypeSerializer<V>, TypeSerializer<DeweyNumber>) - 类 的构造器org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
SharedBufferSerializerSnapshot() - 类 的构造器org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
已过时。
 
SharedBufferSerializerSnapshot(SharedBuffer.SharedBufferSerializer<K, V>) - 类 的构造器org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializerSnapshot
已过时。
 
shouldPrune(EventId, EventId) - 类 中的方法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) - 类 中的方法org.apache.flink.cep.nfa.aftermatch.NoSkipStrategy
 
sideOutputLateData(OutputTag<T>) - 类 中的方法org.apache.flink.cep.PatternStream
Send late arriving data to the side output identified by the given OutputTag.
SimpleCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A user-defined condition that decides if an element should be accepted in the pattern or not.
SimpleCondition() - 类 的构造器org.apache.flink.cep.pattern.conditions.SimpleCondition
 
skipPastLastEvent() - 类 中的静态方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Discards every partial match that started before emitted match ended.
SkipPastLastStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Discards every partial match that started before emitted match ended.
skipToFirst(String) - 类 中的静态方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Discards every partial match that started before the first event of emitted match mapped to *PatternName*.
SkipToFirstStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Discards every partial match that started before the first event of emitted match mapped to *PatternName*.
skipToLast(String) - 类 中的静态方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Discards every partial match that started before the last event of emitted match mapped to *PatternName*.
SkipToLastStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Discards every partial match that started before the last event of emitted match mapped to *PatternName*.
skipToNext() - 类 中的静态方法org.apache.flink.cep.nfa.aftermatch.AfterMatchSkipStrategy
Discards every partial match that started with the same event, emitted match was started.
SkipToNextStrategy - org.apache.flink.cep.nfa.aftermatch中的类
Discards every partial match that started with the same event, emitted match was started.
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber.DeweyNumberSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.NFA.NFASerializer
已过时。
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId.EventIdSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId.NodeIdSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge.SharedBufferEdgeSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer
已过时。
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNodeSerializer
 
snapshotConfiguration() - 类 中的方法org.apache.flink.cep.nfa.SharedBuffer.SharedBufferSerializer
已过时。
 
State<T> - org.apache.flink.cep.nfa中的类
Represents a state of the NFA.
State(String, State.StateType) - 类 的构造器org.apache.flink.cep.nfa.State
 
State.StateType - org.apache.flink.cep.nfa中的枚举
Set of valid state types.
STATE_NAME_DELIM - 类 中的静态变量org.apache.flink.cep.nfa.compiler.NFAStateNameHandler
 
StateTransition<T> - org.apache.flink.cep.nfa中的类
Represents a transition from one State to another.
StateTransition(State<T>, StateTransitionAction, State<T>, IterativeCondition<T>) - 类 的构造器org.apache.flink.cep.nfa.StateTransition
 
StateTransitionAction - org.apache.flink.cep.nfa中的枚举
Set of actions when doing a state transition from a State to another.
StreamRecordComparator<IN> - org.apache.flink.cep.operator中的类
Compares two StreamRecords based on their timestamp.
StreamRecordComparator() - 类 的构造器org.apache.flink.cep.operator.StreamRecordComparator
 
subtype(Class<S>) - 类 中的方法org.apache.flink.cep.pattern.GroupPattern
 
subtype(Class<S>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Applies a subtype constraint on the current pattern.
SubtypeCondition<T> - org.apache.flink.cep.pattern.conditions中的类
A condition which filters elements of the given type.
SubtypeCondition(Class<? extends T>) - 类 的构造器org.apache.flink.cep.pattern.conditions.SubtypeCondition
 

T

throwExceptionOnMiss() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToFirstStrategy
 
throwExceptionOnMiss() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToLastStrategy
 
TimeContext - org.apache.flink.cep.time中的接口
Enables access to time related characteristics such as current processing time or timestamp of currently processed element.
TimedOutPartialMatchHandler<IN> - org.apache.flink.cep.functions中的接口
Enables handling timed out partial matches.
timeout(Map<String, List<IN>>, long, Collector<OUT>) - 接口 中的方法org.apache.flink.cep.PatternFlatTimeoutFunction
Generates zero or more resulting timeout elements given a map of partial pattern events and the timestamp of the timeout.
timeout(Map<String, List<IN>>, long) - 接口 中的方法org.apache.flink.cep.PatternTimeoutFunction
Generates a timeout result from the given map of events and timeout timestamp.
TimerService - org.apache.flink.cep.time中的接口
Enables to provide time characteristic to NFA for use in IterativeCondition.
times(int) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies exact number of times that this pattern should be matched.
times(int, Time) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies exact number of times that this pattern should be matched and time interval corresponds to the maximum time gap between previous and current event for each times.
times(int, int) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that the pattern can occur between from and to times.
times(int, int, Time) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that the pattern can occur between from and to times with time interval corresponds to the maximum time gap between previous and current event for each times.
times(Quantifier.ConsumingStrategy) - 类 中的静态方法org.apache.flink.cep.pattern.Quantifier
 
timesOrMore(int) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern can occur the specified times at least.
timesOrMore(int, Time) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Specifies that this pattern can occur the specified times at least with interval corresponds to the maximum time gap between previous and current event for each times.
timestamp() - 接口 中的方法org.apache.flink.cep.time.TimeContext
Timestamp of the element currently being processed.
toString() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.NoSkipStrategy
 
toString() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy
 
toString() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToFirstStrategy
 
toString() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToLastStrategy
 
toString() - 类 中的方法org.apache.flink.cep.nfa.aftermatch.SkipToNextStrategy
 
toString() - 类 中的方法org.apache.flink.cep.nfa.ComputationState
 
toString() - 类 中的方法org.apache.flink.cep.nfa.DeweyNumber
 
toString() - 类 中的方法org.apache.flink.cep.nfa.NFAState
 
toString() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.EventId
 
toString() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable
 
toString() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.NodeId
 
toString() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferEdge
 
toString() - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode
 
toString() - 类 中的方法org.apache.flink.cep.nfa.State
 
toString() - 类 中的方法org.apache.flink.cep.nfa.StateTransition
 
toString() - 类 中的方法org.apache.flink.cep.pattern.Pattern
 
toString() - 类 中的方法org.apache.flink.cep.pattern.Quantifier
 
transformLegacySerializerSnapshot(TypeSerializerSnapshot<U>) - 类 中的方法org.apache.flink.cep.nfa.sharedbuffer.Lockable.LockableTypeSerializer
 
trueFunction() - 类 中的静态方法org.apache.flink.cep.pattern.conditions.BooleanConditions
 

U

until(IterativeCondition<F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Applies a stop condition for a looping state.

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.cep.nfa.State.StateType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.cep.nfa.StateTransitionAction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.cep.pattern.Quantifier.ConsumingStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.cep.pattern.Quantifier.QuantifierProperty
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.cep.pattern.WithinType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.cep.nfa.State.StateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.cep.nfa.StateTransitionAction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.cep.pattern.Quantifier.ConsumingStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.cep.pattern.Quantifier.QuantifierProperty
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.cep.pattern.WithinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

where(IterativeCondition<F>) - 类 中的方法org.apache.flink.cep.pattern.GroupPattern
 
where(IterativeCondition<F>) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Adds a condition that has to be satisfied by an event in order to be considered a match.
within(Time) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Defines the maximum time interval in which a matching pattern has to be completed in order to be considered valid.
within(Time, WithinType) - 类 中的方法org.apache.flink.cep.pattern.Pattern
Defines the maximum time interval in which a matching pattern has to be completed in order to be considered valid.
WithinType - org.apache.flink.cep.pattern中的枚举
Type enum of time interval corresponds to the maximum time gap between events.
writeOuterSnapshot(DataOutputView) - 类 中的方法org.apache.flink.cep.nfa.NFAStateSerializerSnapshot
 
A B C D E F G H I L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.