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