Class MetaDataRefreshEngine
- java.lang.Object
-
- org.apache.shardingsphere.infra.connection.refresher.MetaDataRefreshEngine
-
public final class MetaDataRefreshEngine extends Object
Meta data refresh engine.
-
-
Constructor Summary
Constructors Constructor Description MetaDataRefreshEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrefresh(SQLStatementContext sqlStatementContext, Collection<org.apache.shardingsphere.infra.route.context.RouteUnit> routeUnits)Refresh meta data.
-
-
-
Method Detail
-
refresh
public void refresh(SQLStatementContext sqlStatementContext, Collection<org.apache.shardingsphere.infra.route.context.RouteUnit> routeUnits) throws SQLException
Refresh meta data.- Parameters:
sqlStatementContext- SQL statement contextrouteUnits- route units- Throws:
SQLException- SQL exception
-
-