public class GetValidWriteIdsForTableFunction extends Object implements TransactionalFunction<TableValidWriteIds>
| Constructor and Description |
|---|
GetValidWriteIdsForTableFunction(ValidTxnList validTxnList,
String fullTableName) |
| Modifier and Type | Method and Description |
|---|---|
TableValidWriteIds |
execute(MultiDataSourceJdbcResource jdbcResource)
Implementations typically should execute transsactional database calls inside.
|
public GetValidWriteIdsForTableFunction(ValidTxnList validTxnList, String fullTableName)
public TableValidWriteIds execute(MultiDataSourceJdbcResource jdbcResource) throws MetaException
TransactionalFunctionexecute in interface TransactionalFunction<TableValidWriteIds>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.