Package | Description |
---|---|
org.apache.storm.trident.windowing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTridentWindowManager<T>
Basic functionality to manage trident tuple events using
WindowManager and WindowsStore for storing tuples and triggers
related information. |
class |
InMemoryTridentWindowManager
This
ITridentWindowManager instance stores all the tuples and trigger related information inmemory. |
class |
StoreBasedTridentWindowManager
This window manager uses
WindowsStore for storing tuples and other trigger related information. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.