Uses of Interface
org.apache.storm.trident.windowing.WindowsStore
-
Uses of WindowsStore in org.apache.storm.trident.windowing
Modifier and TypeClassDescriptionclass
Inmemory store implementation ofWindowsStore
which can be backed by persistent store.Modifier and TypeFieldDescriptionprotected final WindowsStore
AbstractTridentWindowManager.windowStore
Modifier and TypeMethodDescriptionCreates a window store.ModifierConstructorDescriptionAbstractTridentWindowManager
(WindowConfig windowConfig, String windowTaskId, WindowsStore windowStore, Aggregator aggregator, BatchOutputCollector delegateCollector) InMemoryTridentWindowManager
(WindowConfig windowConfig, String windowTaskId, WindowsStore windowStore, Aggregator aggregator, BatchOutputCollector delegateCollector) InMemoryWindowsStore
(int maxSize, WindowsStore backingStore) Creates a new in-memory window store.StoreBasedTridentWindowManager
(WindowConfig windowConfig, String windowTaskId, WindowsStore windowStore, Aggregator aggregator, BatchOutputCollector delegateCollector, Long maxTuplesCacheSize, Fields inputFields)