Uses of Interface
org.apache.storm.windowing.Event
Package
Description
-
Uses of Event in org.apache.storm.topology
Modifier and TypeMethodDescriptionprotected void
WindowedBoltExecutor.doPrepare
(Map<String, Object> topoConf, TopologyContext context, OutputCollector collector, Collection<Event<Tuple>> queue, boolean stateful) -
Uses of Event in org.apache.storm.windowing
Modifier and TypeClassDescriptionclass
EventImpl<T>
class
Watermark event used for tracking progress of time when processing event based ts.Modifier and TypeMethodDescriptionvoid
Tracks a window event.Decides if an event should be expired from the window, processed in the current window or kept for later processing.Decides if an event should be expired from the window, processed in the current window or kept for later processing.Decides if an event should be expired from the window, processed in the current window or kept for later processing.void
void
void
Tracks the event to later decide whetherEvictionPolicy.evict(Event)
should evict it or not.void
void
void
Tracks the event and could use this to invoke the trigger.void
void
void
ModifierConstructorDescriptionStatefulWindowManager
(WindowLifecycleListener<T> lifecycleListener, Collection<Event<T>> queue) Constructs aStatefulWindowManager
.WindowManager
(WindowLifecycleListener<T> lifecycleListener, Collection<Event<T>> queue) Constructs aWindowManager
. -
Uses of Event in org.apache.storm.windowing.persistence