Class TwoPhaseCommitSinkFunction.StateSerializer<TXN,CONTEXT>

java.lang.Object
org.apache.flink.api.common.typeutils.TypeSerializer<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>
org.apache.flink.streaming.api.functions.sink.legacy.TwoPhaseCommitSinkFunction.StateSerializer<TXN,CONTEXT>
All Implemented Interfaces:
Serializable
Enclosing class:
TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>

@VisibleForTesting @Internal public static final class TwoPhaseCommitSinkFunction.StateSerializer<TXN,CONTEXT> extends org.apache.flink.api.common.typeutils.TypeSerializer<TwoPhaseCommitSinkFunction.State<TXN,CONTEXT>>
Custom TypeSerializer for the sink state.
See Also: