Uses of Interface
org.apache.storm.trident.windowing.WindowsStore
Packages that use WindowsStore
-
Uses of WindowsStore in org.apache.storm.trident.windowing
Classes in org.apache.storm.trident.windowing that implement WindowsStoreModifier and TypeClassDescriptionclass
Inmemory store implementation ofWindowsStore
which can be backed by persistent store.Fields in org.apache.storm.trident.windowing declared as WindowsStoreModifier and TypeFieldDescriptionprotected final WindowsStore
AbstractTridentWindowManager.windowStore
Methods in org.apache.storm.trident.windowing that return WindowsStoreModifier and TypeMethodDescriptionCreates a window store.Constructors in org.apache.storm.trident.windowing with parameters of type WindowsStoreModifierConstructorDescriptionAbstractTridentWindowManager
(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)