Uses of Interface
org.apache.storm.trident.windowing.WindowsStore
Packages that use WindowsStore
- 
Uses of WindowsStore in org.apache.storm.trident.windowingClasses in org.apache.storm.trident.windowing that implement WindowsStoreModifier and TypeClassDescriptionclassInmemory store implementation ofWindowsStorewhich can be backed by persistent store.Fields in org.apache.storm.trident.windowing declared as WindowsStoreModifier and TypeFieldDescriptionprotected final WindowsStoreAbstractTridentWindowManager.windowStoreMethods 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)