Class StoreBasedTridentWindowManager

java.lang.Object
org.apache.storm.trident.windowing.AbstractTridentWindowManager<TridentBatchTuple>
org.apache.storm.trident.windowing.StoreBasedTridentWindowManager
All Implemented Interfaces:
ITridentWindowManager

public class StoreBasedTridentWindowManager extends AbstractTridentWindowManager<TridentBatchTuple>
This window manager uses WindowsStore for storing tuples and other trigger related information. It maintains tuples cache of maxCachedTuplesSize without accessing store for getting them.