T
- the type of the list elements.@Internal public final class ListViewSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
TypeSerializerSnapshot
for the ListViewSerializer
.Constructor and Description |
---|
ListViewSerializerSnapshot()
Constructor for read instantiation.
|
ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected ListViewSerializer<T> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(ListViewSerializer<T> outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
public ListViewSerializerSnapshot()
public ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion
in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers
in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer)
getNestedSerializers
in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.