public interface TableMetaCache
| 限定符和类型 | 方法和说明 |
|---|---|
TableMeta |
getTableMeta(Connection connection,
String tableName,
String resourceId)
Gets table meta.
|
void |
refresh(Connection connection,
String resourceId)
Clear the table meta cache
|
TableMeta getTableMeta(Connection connection, String tableName, String resourceId)
connection - the connectiontableName - the table nameresourceId - the resource idvoid refresh(Connection connection, String resourceId)
connection - the connectionresourceId - the resource idCopyright © 2022 Seata. All rights reserved.