I - internal data structureE - external data structurepublic static final class ExternalSerializer.ExternalSerializerSnapshot<I,E> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>
TypeSerializerSnapshot for ExternalSerializer.| Constructor and Description |
|---|
ExternalSerializerSnapshot() |
ExternalSerializerSnapshot(ExternalSerializer<I,E> externalSerializer) |
| Modifier and Type | Method and Description |
|---|---|
protected ExternalSerializer<I,E> |
createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
protected int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(ExternalSerializer<I,E> outerSerializer) |
protected void |
readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader) |
protected void |
writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeSnapshotpublic ExternalSerializerSnapshot()
public ExternalSerializerSnapshot(ExternalSerializer<I,E> externalSerializer)
protected int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>protected void writeOuterSnapshot(org.apache.flink.core.memory.DataOutputView out)
throws IOException
writeOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>IOExceptionprotected void readOuterSnapshot(int readOuterSnapshotVersion,
org.apache.flink.core.memory.DataInputView in,
ClassLoader userCodeClassLoader)
throws IOException
readOuterSnapshot in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>IOExceptionprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(ExternalSerializer<I,E> outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>protected ExternalSerializer<I,E> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<E,ExternalSerializer<I,E>>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.