public interface UndoLogParser
| 限定符和类型 | 方法和说明 |
|---|---|
BranchUndoLog |
decode(byte[] bytes)
Decode byte array to branch undo log.
|
byte[] |
encode(BranchUndoLog branchUndoLog)
Encode branch undo log to byte array.
|
byte[] |
getDefaultContent()
Get default context of this parser
|
String |
getName()
Get the name of parser;
|
String getName()
byte[] getDefaultContent()
byte[] encode(BranchUndoLog branchUndoLog)
branchUndoLog - the branch undo logBranchUndoLog decode(byte[] bytes)
bytes - the byte arrayCopyright © 2020 Seata. All rights reserved.