Class AlterIndexStatementSchemaRefresher

  • All Implemented Interfaces:
    MetaDataRefresher<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement>, org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI

    public final class AlterIndexStatementSchemaRefresher
    extends Object
    implements MetaDataRefresher<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement>
    Schema refresher for alter index statement.
    • Constructor Detail

      • AlterIndexStatementSchemaRefresher

        public AlterIndexStatementSchemaRefresher()
    • Method Detail

      • refresh

        public void refresh​(org.apache.shardingsphere.infra.instance.mode.ModeContextManager modeContextManager,
                            org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database,
                            Collection<String> logicDataSourceNames,
                            String schemaName,
                            org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement sqlStatement,
                            org.apache.shardingsphere.infra.config.props.ConfigurationProperties props)
        Description copied from interface: MetaDataRefresher
        Refresh schema.
        Specified by:
        refresh in interface MetaDataRefresher<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement>
        Parameters:
        modeContextManager - mode context manager
        database - database
        logicDataSourceNames - route data source names
        schemaName - schema name
        sqlStatement - SQL statement
        props - configuration properties
      • getType

        public String getType()
        Specified by:
        getType in interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI