Uses of Interface
org.apache.storm.trident.windowing.ITridentWindowManager
-
Packages that use ITridentWindowManager Package Description org.apache.storm.trident.windowing -
-
Uses of ITridentWindowManager in org.apache.storm.trident.windowing
Classes in org.apache.storm.trident.windowing that implement ITridentWindowManager Modifier and Type Class Description class
AbstractTridentWindowManager<T>
Basic functionality to manage trident tuple events usingWindowManager
andWindowsStore
for storing tuples and triggers related information.class
InMemoryTridentWindowManager
ThisITridentWindowManager
instance stores all the tuples and trigger related information inmemory.class
StoreBasedTridentWindowManager
This window manager usesWindowsStore
for storing tuples and other trigger related information.
-