public static interface CisternOuterClass.DumpBinlogRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommitTS()
CommitTS specifies the commitTS of binlog
|
com.google.protobuf.ByteString |
getDdljob()
ddljob is json bytes marshaled from corresponding ddljob struct if payload is a DDL type of binlog
|
com.google.protobuf.ByteString |
getPayload()
payloads is bytecodes encoded from binlog item
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.