K
- the key type of the map entries.V
- the value type of the map entries.@Internal public class MapViewSerializerSnapshot<K,V> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<MapView<K,V>,MapViewSerializer<K,V>>
TypeSerializerSnapshot
for the MapViewSerializer
.Constructor and Description |
---|
MapViewSerializerSnapshot()
Constructor for read instantiation.
|
MapViewSerializerSnapshot(MapViewSerializer<K,V> mapViewSerializer)
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected MapViewSerializer<K,V> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(MapViewSerializer<K,V> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
public MapViewSerializerSnapshot()
public MapViewSerializerSnapshot(MapViewSerializer<K,V> mapViewSerializer)
public int getCurrentOuterSnapshotVersion()
protected MapViewSerializer<K,V> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(MapViewSerializer<K,V> outerSerializer)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.