Class InMemoryWindowsStore

java.lang.Object
org.apache.storm.trident.windowing.InMemoryWindowsStore
All Implemented Interfaces:
Serializable, WindowsStore

public class InMemoryWindowsStore extends Object implements WindowsStore, Serializable
Inmemory store implementation of WindowsStore which can be backed by persistent store.
See Also: