Package org.apache.flink.cep.nfa
Class NFA.MigratedNFASerializerSnapshot<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
-
- org.apache.flink.cep.nfa.NFA.MigratedNFASerializerSnapshot<T>
-
- All Implemented Interfaces:
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<NFA.MigratedNFA<T>>
public static final class NFA.MigratedNFASerializerSnapshot<T> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
ATypeSerializerSnapshotfor the legacyNFA.NFASerializer.
-
-
Constructor Summary
Constructors Constructor Description MigratedNFASerializerSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NFA.NFASerializer<T>createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)protected intgetCurrentOuterSnapshotVersion()protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[]getNestedSerializers(NFA.NFASerializer<T> outerSerializer)-
Methods inherited from class org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot
getCurrentVersion, getNestedSerializerSnapshots, isOuterSnapshotCompatible, readOuterSnapshot, readSnapshot, resolveOuterSchemaCompatibility, resolveOuterSchemaCompatibility, resolveSchemaCompatibility, restoreSerializer, writeOuterSnapshot, writeSnapshot
-
-
-
-
Method Detail
-
getCurrentOuterSnapshotVersion
protected int getCurrentOuterSnapshotVersion()
- Specified by:
getCurrentOuterSnapshotVersionin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
-
getNestedSerializers
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] getNestedSerializers(NFA.NFASerializer<T> outerSerializer)
- Specified by:
getNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
-
createOuterSerializerWithNestedSerializers
protected NFA.NFASerializer<T> createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers)
- Specified by:
createOuterSerializerWithNestedSerializersin classorg.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot<NFA.MigratedNFA<T>,NFA.NFASerializer<T>>
-
-