Class TtlVerificationContext<UV,GV>
- java.lang.Object
-
- org.apache.flink.streaming.tests.verify.TtlVerificationContext<UV,GV>
-
- All Implemented Interfaces:
Serializable
public class TtlVerificationContext<UV,GV> extends Object implements Serializable
Data to verify state update with TTL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TtlVerificationContext(int key, String verifierId, List<ValueWithTs<?>> prevUpdates, TtlUpdateContext<?,?> updateContext)
-
-
-
Constructor Detail
-
TtlVerificationContext
public TtlVerificationContext(int key, @Nonnull String verifierId, @Nonnull List<ValueWithTs<?>> prevUpdates, @Nonnull TtlUpdateContext<?,?> updateContext)
-
-