public class CRowSerializerSnapshot
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>
CRowSerializer.| 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(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
protected int |
getCurrentOuterSnapshotVersion() |
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
getNestedSerializers(org.apache.flink.table.runtime.types.CRowSerializer outerSerializer) |
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshotpublic CRowSerializerSnapshot()
public CRowSerializerSnapshot(org.apache.flink.table.runtime.types.CRowSerializer serializerInstance)
protected int getCurrentOuterSnapshotVersion()
getCurrentOuterSnapshotVersion in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(org.apache.flink.table.runtime.types.CRowSerializer outerSerializer)
getNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>protected org.apache.flink.table.runtime.types.CRowSerializer createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
createOuterSerializerWithNestedSerializers in class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.runtime.types.CRow,org.apache.flink.table.runtime.types.CRowSerializer>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.