| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.connectors.seatunnel.jdbc.internal.xa |
| 限定符和类型 | 方法和说明 |
|---|---|
static XidGenerator |
XidGenerator.semanticXidGenerator()
Creates a
XidGenerator that generates xids from:
job id
subtask index
checkpoint id
four random bytes generated using SecureRandom)
Each created XidGenerator instance MUST be used for only one Sink instance
(otherwise Xids could collide). |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
XaGroupOpsImpl.recoverAndRollback(JobContext context,
SinkWriter.Context sinkContext,
XidGenerator xidGenerator,
Xid excludeXid) |
void |
XaGroupOps.recoverAndRollback(JobContext context,
SinkWriter.Context sinkContext,
XidGenerator xidGenerator,
Xid excludeXid) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.