TwoPhaseCommitSinkFunction.StateSerializerSnapshot.@Internal @Deprecated public static final class TwoPhaseCommitSinkFunction.StateSerializerConfigSnapshot<TXN,CONTEXT> extends org.apache.flink.api.common.typeutils.CompositeTypeSerializerConfigSnapshot<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>
TypeSerializerConfigSnapshot for sink state. This has to be public so that it can be
deserialized/instantiated, should not be used anywhere outside TwoPhaseCommitSinkFunction.| Constructor and Description |
|---|
StateSerializerConfigSnapshot()
Deprecated.
This empty nullary constructor is required for deserializing the configuration.
|
StateSerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<TXN> transactionSerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<CONTEXT> contextSerializer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion()
Deprecated.
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> newSerializer)
Deprecated.
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, writegetCurrentVersion, getUserCodeClassLoader, readSnapshot, restoreSerializer, setPriorSerializer, setUserCodeClassLoader, writeSnapshotgetCompatibleVersions, getReadVersionpublic StateSerializerConfigSnapshot()
public int getVersion()
public org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> newSerializer)
resolveSchemaCompatibility in interface org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>resolveSchemaCompatibility in class org.apache.flink.api.common.typeutils.TypeSerializerConfigSnapshot<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.