| Package | Description |
|---|---|
| org.apache.seata.rm.datasource.undo | |
| org.apache.seata.rm.datasource.undo.parser |
| Modifier and Type | Method and Description |
|---|---|
BranchUndoLog |
UndoLogParser.decode(byte[] bytes)
Decode byte array to branch undo log.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
UndoLogParser.encode(BranchUndoLog branchUndoLog)
Encode branch undo log to byte array.
|
| Modifier and Type | Method and Description |
|---|---|
BranchUndoLog |
ProtostuffUndoLogParser.decode(byte[] bytes) |
BranchUndoLog |
KryoUndoLogParser.decode(byte[] bytes) |
BranchUndoLog |
JacksonUndoLogParser.decode(byte[] bytes) |
BranchUndoLog |
FastjsonUndoLogParser.decode(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ProtostuffUndoLogParser.encode(BranchUndoLog branchUndoLog) |
byte[] |
KryoUndoLogParser.encode(BranchUndoLog branchUndoLog) |
byte[] |
JacksonUndoLogParser.encode(BranchUndoLog branchUndoLog) |
byte[] |
FastjsonUndoLogParser.encode(BranchUndoLog branchUndoLog) |
Copyright © 2024 Apache. All rights reserved.