public static class LinkedListSerializer.LinkedListSerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>
LinkedListSerializer.| 构造器和说明 |
|---|
LinkedListSerializerSnapshot()
Constructor for read instantiation.
|
LinkedListSerializerSnapshot(LinkedListSerializer<T> listSerializer)
Constructor to create the snapshot for writing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected LinkedListSerializer<T> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(LinkedListSerializer<T> outerSerializer) |
protected void |
readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
protected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility |
resolveOuterSchemaCompatibility(LinkedListSerializer<T> newSerializer) |
protected void |
writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeSnapshotpublic LinkedListSerializerSnapshot()
public LinkedListSerializerSnapshot(LinkedListSerializer<T> listSerializer)
public int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>protected void readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
throws IOException
readOuterSnapshot 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>IOExceptionprotected void writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeOuterSnapshot 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>IOExceptionprotected org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility resolveOuterSchemaCompatibility(LinkedListSerializer<T> newSerializer)
resolveOuterSchemaCompatibility 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>protected LinkedListSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(LinkedListSerializer<T> outerSerializer)
getNestedSerializers 在类中 org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<LinkedList<T>,LinkedListSerializer<T>>Copyright © 2025 The Apache Software Foundation. All rights reserved.