Class TtlStateFactory.TtlSerializerSnapshot<T>
java.lang.Object
org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<TtlValue<T>,TtlStateFactory.TtlSerializer<T>>
org.apache.flink.runtime.state.v2.ttl.TtlStateFactory.TtlSerializerSnapshot<T>
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TtlValue<T>>
- Enclosing class:
- TtlStateFactory<K,
N, SV, TTLSV, S extends org.apache.flink.api.common.state.v2.State, IS>
public static final class TtlStateFactory.TtlSerializerSnapshot<T>
extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<TtlValue<T>,TtlStateFactory.TtlSerializer<T>>
A
TypeSerializerSnapshot for TtlSerializer.-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TtlStateFactory.TtlSerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) protected intprotected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(TtlStateFactory.TtlSerializer<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
-
TtlSerializerSnapshot
public TtlSerializerSnapshot()
-
-
Method Details
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<TtlValue<T>,TtlStateFactory.TtlSerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(TtlStateFactory.TtlSerializer<T> outerSerializer) - Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<TtlValue<T>,TtlStateFactory.TtlSerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected TtlStateFactory.TtlSerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) - Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<TtlValue<T>,TtlStateFactory.TtlSerializer<T>>
-