| Modifier and Type | Method and Description |
|---|---|
static UndoLogParser |
UndoLogParserFactory.getInstance()
Gets default UndoLogParser instance.
|
static UndoLogParser |
UndoLogParserFactory.getInstance(String name)
Gets UndoLogParser by name
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser undoLogParser,
Connection conn)
insert uodo log when global finished
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MariadbUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OracleUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
FastjsonUndoLogParser
The type Json based undo log parser.
|
class |
JacksonUndoLogParser
The type Json based undo log parser.
|
class |
KryoUndoLogParser
kryo serializer
|
class |
ProtostuffUndoLogParser
The type protostuff based undo log parser.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolarDBXUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PostgresqlUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser parser,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SqlServerUndoLogManager.insertUndoLogWithGlobalFinished(String xid,
long branchId,
UndoLogParser undoLogParser,
Connection conn) |
Copyright © 2024 Apache. All rights reserved.