@LoadLevel(name="fst") public class FstUndoLogParser extends Object implements UndoLogParser
| 构造器和说明 |
|---|
FstUndoLogParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
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;
|
public String getName()
UndoLogParsergetName 在接口中 UndoLogParserpublic byte[] getDefaultContent()
UndoLogParsergetDefaultContent 在接口中 UndoLogParserpublic byte[] encode(BranchUndoLog branchUndoLog)
UndoLogParserencode 在接口中 UndoLogParserbranchUndoLog - the branch undo logpublic BranchUndoLog decode(byte[] bytes)
UndoLogParserdecode 在接口中 UndoLogParserbytes - the byte arrayCopyright © 2020 Seata. All rights reserved.