| Package | Description |
|---|---|
| io.debezium.connector.oracle.logminer |
| Modifier and Type | Field and Description |
|---|---|
private List<TransactionalBuffer.CommitCallback> |
TransactionalBuffer.Transaction.commitCallbacks |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
TransactionalBuffer.registerCommitCallback(String transactionId,
Scn scn,
Instant changeTime,
TransactionalBuffer.CommitCallback callback)
Registers callback to execute when transaction commits.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
TransactionalBuffer.commit(ChangeEventSource.ChangeEventSourceContext context,
OracleOffsetContext offsetContext,
Instant start,
List<TransactionalBuffer.CommitCallback> commitCallbacks,
Timestamp timestamp,
Scn smallestScn,
Scn scn,
EventDispatcher<?> dispatcher) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.