类 FlinkWriterState<StateT>
- java.lang.Object
-
- org.apache.seatunnel.translation.flink.sink.FlinkWriterState<StateT>
-
- 类型参数:
StateT- The generic type of the writer state
- 所有已实现的接口:
Serializable
public class FlinkWriterState<StateT> extends Object implements Serializable
The writer state wrapper ofFlinkWriterState, used to unify the different implementations ofFlinkWriterState- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 FlinkWriterState(long checkpointId, StateT state)
-