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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)