public class AbortCompactionFunction extends Object implements TransactionalFunction<AbortCompactResponse>
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECT_COMPACTION_QUEUE_BY_COMPID |
| Constructor and Description |
|---|
AbortCompactionFunction(AbortCompactionRequest reqst,
SqlRetryHandler sqlRetryHandler) |
| Modifier and Type | Method and Description |
|---|---|
AbortCompactResponse |
execute(MultiDataSourceJdbcResource jdbcResource)
Implementations typically should execute transsactional database calls inside.
|
public static final String SELECT_COMPACTION_QUEUE_BY_COMPID
public AbortCompactionFunction(AbortCompactionRequest reqst, SqlRetryHandler sqlRetryHandler)
public AbortCompactResponse execute(MultiDataSourceJdbcResource jdbcResource) throws MetaException
TransactionalFunctionexecute in interface TransactionalFunction<AbortCompactResponse>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.