K
- the key type of the map entries.V
- the value type of the map entries.@Internal @Deprecated public class NullAwareMapSerializerSnapshot<K,V> extends CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
TypeSerializerSnapshot
for the NullAwareMapSerializer
.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
NullAwareMapSerializerSnapshot()
Deprecated.
Constructor for read instantiation.
|
NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K,V> mapViewSerializer)
Deprecated.
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected NullAwareMapSerializer<K,V> |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Deprecated.
Creates an instance of the outer serializer with a given array of its nested serializers.
|
int |
getCurrentOuterSnapshotVersion()
Deprecated.
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(NullAwareMapSerializer<K,V> outerSerializer)
Deprecated.
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public NullAwareMapSerializerSnapshot()
public NullAwareMapSerializerSnapshot(NullAwareMapSerializer<K,V> mapViewSerializer)
public int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
protected NullAwareMapSerializer<K,V> createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
nestedSerializers
- array of nested serializers to create the outer serializer with.protected TypeSerializer<?>[] getNestedSerializers(NullAwareMapSerializer<K,V> outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<Map<K,V>,NullAwareMapSerializer<K,V>>
outerSerializer
- the outer serializer.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.