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.| 构造器和说明 |
|---|
StateSerializerConfigSnapshot()
已过时。
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)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getVersion()
已过时。
|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> |
resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>> newSerializer)
已过时。
|
equals, getNestedSerializersAndConfigs, getNestedSerializerSnapshots, getSingleNestedSerializerAndConfig, hashCode, read, writepublic 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 在接口中 org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>resolveSchemaCompatibility 在类中 org.apache.flink.api.common.typeutils.TypeSerializerConfigSnapshot<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.