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