类 IrisSaveModeHandler
- java.lang.Object
-
- org.apache.seatunnel.api.sink.DefaultSaveModeHandler
-
- org.apache.seatunnel.connectors.seatunnel.jdbc.catalog.iris.savemode.IrisSaveModeHandler
-
- 所有已实现的接口:
AutoCloseable,org.apache.seatunnel.api.sink.SaveModeHandler
public class IrisSaveModeHandler extends org.apache.seatunnel.api.sink.DefaultSaveModeHandler
-
-
字段概要
字段 修饰符和类型 字段 说明 booleancreateIndex
-
构造器概要
构造器 构造器 说明 IrisSaveModeHandler(org.apache.seatunnel.api.sink.SchemaSaveMode schemaSaveMode, org.apache.seatunnel.api.sink.DataSaveMode dataSaveMode, org.apache.seatunnel.api.table.catalog.Catalog catalog, org.apache.seatunnel.api.table.catalog.TablePath tablePath, org.apache.seatunnel.api.table.catalog.CatalogTable catalogTable, String customSql, boolean createIndex)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidcreateTable()-
从类继承的方法 org.apache.seatunnel.api.sink.DefaultSaveModeHandler
close, createSchemaWhenNotExist, createTablePreCheck, customProcessing, dataExists, dropTable, errorWhenDataExists, errorWhenSchemaNotExist, executeCustomSql, getDataSaveMode, getHandleCatalog, getHandleTablePath, getSchemaSaveMode, handleDataSaveMode, handleSchemaSaveMode, keepSchemaAndData, keepSchemaDropData, recreateSchema, tableExists, truncateTable
-
-
-
-
构造器详细资料
-
IrisSaveModeHandler
public IrisSaveModeHandler(@Nonnull org.apache.seatunnel.api.sink.SchemaSaveMode schemaSaveMode, @Nonnull org.apache.seatunnel.api.sink.DataSaveMode dataSaveMode, @Nonnull org.apache.seatunnel.api.table.catalog.Catalog catalog, @Nonnull org.apache.seatunnel.api.table.catalog.TablePath tablePath, @Nullable org.apache.seatunnel.api.table.catalog.CatalogTable catalogTable, @Nullable String customSql, boolean createIndex)
-
-