public static interface CisternOuterClass.DumpBinlogRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCommitTS()
CommitTS specifies the commitTS of binlog
int64 commitTS = 1; |
com.google.protobuf.ByteString |
getDdljob()
ddljob is json bytes marshaled from corresponding ddljob struct if payload is a DDL type of binlog
bytes ddljob = 3; |
com.google.protobuf.ByteString |
getPayload()
payloads is bytecodes encoded from binlog item
bytes payload = 2; |
long getCommitTS()
CommitTS specifies the commitTS of binlog
int64 commitTS = 1;com.google.protobuf.ByteString getPayload()
payloads is bytecodes encoded from binlog item
bytes payload = 2;com.google.protobuf.ByteString getDdljob()
ddljob is json bytes marshaled from corresponding ddljob struct if payload is a DDL type of binlog
bytes ddljob = 3;Copyright © 2023 PingCAP. All rights reserved.