public static interface Protobuf3.DuckulaEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAfter(String key)
map<string, string> after = 9; |
boolean |
containsBefore(String key)
map<string, string> before = 8; |
Map<String,String> |
getAfter()
已过时。
|
int |
getAfterCount()
map<string, string> after = 9; |
Map<String,String> |
getAfterMap()
map<string, string> after = 9; |
String |
getAfterOrDefault(String key,
String defaultValue)
map<string, string> after = 9; |
String |
getAfterOrThrow(String key)
map<string, string> after = 9; |
Map<String,String> |
getBefore()
已过时。
|
int |
getBeforeCount()
map<string, string> before = 8; |
Map<String,String> |
getBeforeMap()
map<string, string> before = 8; |
String |
getBeforeOrDefault(String key,
String defaultValue)
map<string, string> before = 8; |
String |
getBeforeOrThrow(String key)
map<string, string> before = 8; |
int |
getColNum()
列数,一般与cols长度一致,不一致说明cols与binlog不同步*
int32 colNum = 5; |
String |
getCols(int index)
repeated string cols = 6; |
com.google.protobuf.ByteString |
getColsBytes(int index)
repeated string cols = 6; |
int |
getColsCount()
repeated string cols = 6; |
List<String> |
getColsList()
repeated string cols = 6; |
Protobuf3.ColumnType |
getColsType(int index)
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7; |
int |
getColsTypeCount()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7; |
List<Protobuf3.ColumnType> |
getColsTypeList()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7; |
int |
getColsTypeValue(int index)
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7; |
List<Integer> |
getColsTypeValueList()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7; |
String |
getDb()
string db = 1; |
com.google.protobuf.ByteString |
getDbBytes()
string db = 1; |
String |
getGtid()
string gtid = 4; |
com.google.protobuf.ByteString |
getGtidBytes()
string gtid = 4; |
boolean |
getIsError()
是否补救信息,true需要反查DB*
bool isError = 10; |
Protobuf3.OptType |
getOptType()
.net.wicp.tams.duckula.client.OptType optType = 3; |
int |
getOptTypeValue()
.net.wicp.tams.duckula.client.OptType optType = 3; |
String |
getTb()
string tb = 2; |
com.google.protobuf.ByteString |
getTbBytes()
string tb = 2; |
String getDb()
string db = 1;com.google.protobuf.ByteString getDbBytes()
string db = 1;String getTb()
string tb = 2;com.google.protobuf.ByteString getTbBytes()
string tb = 2;int getOptTypeValue()
.net.wicp.tams.duckula.client.OptType optType = 3;Protobuf3.OptType getOptType()
.net.wicp.tams.duckula.client.OptType optType = 3;String getGtid()
string gtid = 4;com.google.protobuf.ByteString getGtidBytes()
string gtid = 4;int getColNum()
列数,一般与cols长度一致,不一致说明cols与binlog不同步*
int32 colNum = 5;int getColsCount()
repeated string cols = 6;String getCols(int index)
repeated string cols = 6;com.google.protobuf.ByteString getColsBytes(int index)
repeated string cols = 6;List<Protobuf3.ColumnType> getColsTypeList()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7;int getColsTypeCount()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7;Protobuf3.ColumnType getColsType(int index)
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7;List<Integer> getColsTypeValueList()
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7;int getColsTypeValue(int index)
repeated .net.wicp.tams.duckula.client.ColumnType colsType = 7;int getBeforeCount()
map<string, string> before = 8;boolean containsBefore(String key)
map<string, string> before = 8;@Deprecated Map<String,String> getBefore()
getBeforeMap() instead.String getBeforeOrDefault(String key, String defaultValue)
map<string, string> before = 8;int getAfterCount()
map<string, string> after = 9;boolean containsAfter(String key)
map<string, string> after = 9;@Deprecated Map<String,String> getAfter()
getAfterMap() instead.String getAfterOrDefault(String key, String defaultValue)
map<string, string> after = 9;boolean getIsError()
是否补救信息,true需要反查DB*
bool isError = 10;Copyright © 2019. All rights reserved.