Interface SerializableTimestampAssigner<T>
-
- All Superinterfaces:
Serializable,TimestampAssigner<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@PublicEvolving @FunctionalInterface public interface SerializableTimestampAssigner<T> extends TimestampAssigner<T>, Serializable
ATimestampAssignerthat is alsoSerializable.
-
-
Field Summary
-
Fields inherited from interface org.apache.flink.api.common.eventtime.TimestampAssigner
NO_TIMESTAMP
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.api.common.eventtime.TimestampAssigner
extractTimestamp
-
-