Class SqlTimestampSerializer.SqlTimestampSerializerSnapshot
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<Timestamp>
-
- org.apache.flink.api.common.typeutils.base.SqlTimestampSerializer.SqlTimestampSerializerSnapshot
-
- All Implemented Interfaces:
TypeSerializerSnapshot<Timestamp>
- Enclosing class:
- SqlTimestampSerializer
public static final class SqlTimestampSerializer.SqlTimestampSerializerSnapshot extends SimpleTypeSerializerSnapshot<Timestamp>
Serializer configuration snapshot for compatibility and format evolution.
-
-
Constructor Summary
Constructors Constructor Description SqlTimestampSerializerSnapshot()
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot
equals, getCurrentVersion, hashCode, readSnapshot, resolveSchemaCompatibility, restoreSerializer, toString, writeSnapshot
-
-