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