public class CRowSerializerSnapshot extends CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>
CRowSerializer
.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility
Constructor and Description |
---|
CRowSerializerSnapshot()
Constructor for read instantiation.
|
CRowSerializerSnapshot(org.apache.flink.table.runtime.types.CRowSerializer serializerInstance)
Constructor to create the snapshot for writing.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.flink.table.runtime.types.CRowSerializer |
createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
Creates an instance of the outer serializer with a given array of its nested serializers.
|
protected int |
getCurrentOuterSnapshotVersion()
Returns the version of the current outer snapshot's written binary format.
|
protected TypeSerializer<?>[] |
getNestedSerializers(org.apache.flink.table.runtime.types.CRowSerializer outerSerializer)
Gets the nested serializers from the outer serializer.
|
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readVersionedSnapshot, writeVersionedSnapshot
public CRowSerializerSnapshot()
public CRowSerializerSnapshot(org.apache.flink.table.runtime.types.CRowSerializer serializerInstance)
protected int getCurrentOuterSnapshotVersion()
CompositeTypeSerializerSnapshot
getCurrentOuterSnapshotVersion
in class CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>
protected TypeSerializer<?>[] getNestedSerializers(org.apache.flink.table.runtime.types.CRowSerializer outerSerializer)
CompositeTypeSerializerSnapshot
getNestedSerializers
in class CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>
outerSerializer
- the outer serializer.protected org.apache.flink.table.runtime.types.CRowSerializer createOuterSerializerWithNestedSerializers(TypeSerializer<?>[] nestedSerializers)
CompositeTypeSerializerSnapshot
createOuterSerializerWithNestedSerializers
in class CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>
nestedSerializers
- array of nested serializers to create the outer serializer with.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.