public interface TableMetaCache
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.