Class MysqlSingleTableSchemaUpdateService
java.lang.Object
io.datarouter.client.mysql.ddl.execute.MysqlSingleTableSchemaUpdateService
@Singleton
public class MysqlSingleTableSchemaUpdateService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MysqlSingleTableSchemaUpdateService() -
Method Summary
Modifier and Type Method Description java.util.Optional<io.datarouter.storage.config.schema.SchemaUpdateResult>performSchemaUpdate(io.datarouter.storage.client.ClientId clientId, io.datarouter.util.lazy.Lazy<java.util.List<java.lang.String>> existingTableNames, io.datarouter.storage.node.type.physical.PhysicalNode<?,?,?> physicalNode)
-
Constructor Details
-
MysqlSingleTableSchemaUpdateService
public MysqlSingleTableSchemaUpdateService()
-
-
Method Details
-
performSchemaUpdate
public java.util.Optional<io.datarouter.storage.config.schema.SchemaUpdateResult> performSchemaUpdate(io.datarouter.storage.client.ClientId clientId, io.datarouter.util.lazy.Lazy<java.util.List<java.lang.String>> existingTableNames, io.datarouter.storage.node.type.physical.PhysicalNode<?,?,?> physicalNode)
-