Class InMemoryTridentWindowManager

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

public class InMemoryTridentWindowManager extends AbstractTridentWindowManager<TridentTuple>
This ITridentWindowManager instance stores all the tuples and trigger related information inmemory.