Package org.apache.flink.table.dataview
Class NullAwareMapSerializerSnapshot<K,V>
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
-
- org.apache.flink.table.dataview.NullAwareMapSerializerSnapshot<K,V>
-
- Type Parameters:
K
- the key type of the map entries.V
- the value type of the map entries.
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<Map<K,V>>
@Internal @Deprecated public class NullAwareMapSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
Deprecated.ATypeSerializerSnapshot
for theNullAwareMapSerializer
.
-
-
Constructor Summary
Constructors Constructor Description NullAwareMapSerializerSnapshot()
Deprecated.Constructor for read instantiation.NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K,V> mapViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected NullAwareMapSerializer<K,V>
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
Deprecated.int
getCurrentOuterSnapshotVersion()
Deprecated.protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]
getNestedSerializers(NullAwareMapSerializer<K,V> outerSerializer)
Deprecated.-
Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
-
-
-
Constructor Detail
-
NullAwareMapSerializerSnapshot
public NullAwareMapSerializerSnapshot()
Deprecated.Constructor for read instantiation.
-
NullAwareMapSerializerSnapshot
public NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K,V> mapViewSerializer)
Deprecated.Constructor to create the snapshot for writing.
-
-
Method Detail
-
getCurrentOuterSnapshotVersion
public int getCurrentOuterSnapshotVersion()
Deprecated.
-
createOuterSerializerWithNestedSerializers
protected NullAwareMapSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
Deprecated.
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(NullAwareMapSerializer<K,V> outerSerializer)
Deprecated.
-
-