public class LockMaterializationRebuildFunction extends Object implements TransactionalFunction<LockResponse>
| Constructor and Description |
|---|
LockMaterializationRebuildFunction(String dbName,
String tableName,
long txnId,
TxnStore.MutexAPI mutexAPI) |
| Modifier and Type | Method and Description |
|---|---|
LockResponse |
execute(MultiDataSourceJdbcResource jdbcResource)
Implementations typically should execute transsactional database calls inside.
|
public LockMaterializationRebuildFunction(String dbName, String tableName, long txnId, TxnStore.MutexAPI mutexAPI)
public LockResponse execute(MultiDataSourceJdbcResource jdbcResource) throws MetaException
TransactionalFunctionexecute in interface TransactionalFunction<LockResponse>jdbcResource - A MultiDataSourceJdbcResource instance responsible for providing all the necessary resources
to be able to perform transactional database calls.MetaException - Thrown in case of application error within the functionCopyright © 2024 The Apache Software Foundation. All rights reserved.