Class TypeSerializerUtils
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.TypeSerializerUtils
-
public final class TypeSerializerUtils extends Object
Utilities for dealing with theTypeSerializerand theTypeSerializerSnapshot.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeSerializerSnapshot<?>[]snapshot(TypeSerializer<?>... originatingSerializers)Takes snapshots of the given serializers.
-
-
-
Method Detail
-
snapshot
public static TypeSerializerSnapshot<?>[] snapshot(TypeSerializer<?>... originatingSerializers)
Takes snapshots of the given serializers.
-
-