Class WindowTridentProcessor.TriggerInfo
- java.lang.Object
-
- org.apache.storm.trident.windowing.WindowTridentProcessor.TriggerInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WindowTridentProcessor
public static class WindowTridentProcessor.TriggerInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
triggerId
String
windowTaskId
-
Constructor Summary
Constructors Constructor Description TriggerInfo(String windowTaskId, int triggerId)
-