Class RawValueDataSerializer.RawValueDataSerializerSnapshot<T>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>,RawValueDataSerializer<T>>
org.apache.flink.table.runtime.typeutils.RawValueDataSerializer.RawValueDataSerializerSnapshot<T>
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>>
- Enclosing class:
- RawValueDataSerializer<T>
public static final class RawValueDataSerializer.RawValueDataSerializerSnapshot<T>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>,RawValueDataSerializer<T>>
TypeSerializerSnapshot for RawValueDataSerializer.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot.OuterSchemaCompatibility -
Constructor Summary
ConstructorsConstructorDescriptionRawValueDataSerializerSnapshot(RawValueDataSerializer<T> serializerInstance) -
Method Summary
Modifier and TypeMethodDescriptionprotected RawValueDataSerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) protected intprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(RawValueDataSerializer<T> outerSerializer) Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
Constructor Details
-
RawValueDataSerializerSnapshot
public RawValueDataSerializerSnapshot() -
RawValueDataSerializerSnapshot
-
-
Method Details
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>,RawValueDataSerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(RawValueDataSerializer<T> outerSerializer) - Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>,RawValueDataSerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected RawValueDataSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) - Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<org.apache.flink.table.data.RawValueData<T>,RawValueDataSerializer<T>>
-