public static interface TransactionalBuffer.CommitCallback
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Timestamp timestamp,
BigDecimal smallestScn,
BigDecimal commitScn,
int callbackNumber)
Executes callback.
|
void execute(Timestamp timestamp, BigDecimal smallestScn, BigDecimal commitScn, int callbackNumber) throws InterruptedException
timestamp - commit timestampsmallestScn - smallest SCN among other transactionscommitScn - commit SCNcallbackNumber - number of the callback in the transactionInterruptedExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.