Class TtlUpdateContext<UV,GV>
- java.lang.Object
-
- org.apache.flink.streaming.tests.verify.TtlUpdateContext<UV,GV>
-
- All Implemented Interfaces:
Serializable
public class TtlUpdateContext<UV,GV> extends Object implements Serializable
Contains context relevant for state update with TTL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TtlUpdateContext(GV valueBeforeUpdate, UV update, GV updatedValue, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueWithTs<UV>
getUpdateWithTs()
String
toString()
-