Class BigIntSerializer.BigIntSerializerSnapshot
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.SimpleTypeSerializerSnapshot<BigInteger>
-
- org.apache.flink.api.common.typeutils.base.BigIntSerializer.BigIntSerializerSnapshot
-
- All Implemented Interfaces:
TypeSerializerSnapshot<BigInteger>
- Enclosing class:
- BigIntSerializer
public static final class BigIntSerializer.BigIntSerializerSnapshot extends SimpleTypeSerializerSnapshot<BigInteger>
Serializer configuration snapshot for compatibility and format evolution.
-
-
Constructor Summary
Constructors Constructor Description BigIntSerializerSnapshot()
-
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
-
-