T - the type of the list elements.@Internal @Deprecated public final class ListViewSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>
TypeSerializerSnapshot for the ListViewSerializer.| 构造器和说明 |
|---|
ListViewSerializerSnapshot()
已过时。
Constructor for read instantiation.
|
ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
已过时。
Constructor to create the snapshot for writing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic ListViewSerializerSnapshot()
public ListViewSerializerSnapshot(ListViewSerializer<T> listViewSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>protected ListViewSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ListViewSerializer<T> outerSerializer)
getNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<ListView<T>,ListViewSerializer<T>>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.