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>>
TypeSerializerSnapshotforRawValueDataSerializer.
-
-
Constructor Summary
Constructors Constructor Description RawValueDataSerializerSnapshot()RawValueDataSerializerSnapshot(RawValueDataSerializer<T> serializerInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RawValueDataSerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)protected intgetCurrentOuterSnapshotVersion()protected 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 Detail
-
RawValueDataSerializerSnapshot
public RawValueDataSerializerSnapshot()
-
RawValueDataSerializerSnapshot
public RawValueDataSerializerSnapshot(RawValueDataSerializer<T> serializerInstance)
-
-
Method Detail
-
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>>
-
-