Uses of Class
org.apache.flink.cep.nfa.sharedbuffer.EventId
Packages that use EventId
Package
Description
-
Uses of EventId in org.apache.flink.cep.nfa
Methods in org.apache.flink.cep.nfa that return EventIdMethods in org.apache.flink.cep.nfa with parameters of type EventIdModifier and TypeMethodDescriptionstatic ComputationStateComputationState.createState(String currentState, NodeId previousEntry, DeweyNumber version, long startTimestamp, long previousTimestamp, EventId startEventID) -
Uses of EventId in org.apache.flink.cep.nfa.aftermatch
Methods in org.apache.flink.cep.nfa.aftermatch that return EventIdModifier and TypeMethodDescriptionprotected abstract EventIdAfterMatchSkipStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) Retrieves event id of the pruning element from the given match based on the strategy.protected EventIdNoSkipStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) protected EventIdSkipPastLastStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) protected EventIdSkipToNextStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) Methods in org.apache.flink.cep.nfa.aftermatch with parameters of type EventIdModifier and TypeMethodDescriptionprotected abstract booleanAfterMatchSkipStrategy.shouldPrune(EventId startEventID, EventId pruningId) Tells if the partial/completed match starting at given id should be prunned by given pruningId.protected booleanNoSkipStrategy.shouldPrune(EventId startEventID, EventId pruningId) Method parameters in org.apache.flink.cep.nfa.aftermatch with type arguments of type EventIdModifier and TypeMethodDescriptionprotected abstract EventIdAfterMatchSkipStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) Retrieves event id of the pruning element from the given match based on the strategy.protected EventIdNoSkipStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) protected EventIdSkipPastLastStrategy.getPruningId(Collection<Map<String, List<EventId>>> match) protected EventIdSkipToNextStrategy.getPruningId(Collection<Map<String, List<EventId>>> match)