@AutoService(value=org.apache.seatunnel.api.sink.SeaTunnelSink.class) public class EmailSink extends AbstractSimpleSink<SeaTunnelRow,Void>
| 构造器和说明 |
|---|
EmailSink() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractSinkWriter<SeaTunnelRow,Void> |
createWriter(SinkWriter.Context context) |
String |
getPluginName() |
void |
prepare(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig) |
void |
setTypeInfo(SeaTunnelRowType seaTunnelRowType) |
createAggregatedCommitter, createCommitter, getAggregatedCommitInfoSerializer, getCommitInfoSerializer, restoreWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConsumedType, getWriterStateSerializersetJobContextpublic void setTypeInfo(SeaTunnelRowType seaTunnelRowType)
public AbstractSinkWriter<SeaTunnelRow,Void> createWriter(SinkWriter.Context context)
createWriter 在接口中 SeaTunnelSink<SeaTunnelRow,Void,Void,Void>createWriter 在类中 AbstractSimpleSink<SeaTunnelRow,Void>public String getPluginName()
public void prepare(org.apache.seatunnel.shade.com.typesafe.config.Config pluginConfig)
Copyright © 2024 The Apache Software Foundation. All rights reserved.