public static final class ListenerConf.DuckulaEvent extends com.google.protobuf.GeneratedMessageV3 implements ListenerConf.DuckulaEventOrBuilder
业务关心的对象*Protobuf type
net.wicp.tams.common.binlog.alone.DuckulaEvent| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListenerConf.DuckulaEvent.Builder
业务关心的对象*
Protobuf type
net.wicp.tams.common.binlog.alone.DuckulaEvent |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ADDCOLNAMES_FIELD_NUMBER |
static int |
ADDCOLTYPES_FIELD_NUMBER |
static int |
ADDPROP_FIELD_NUMBER |
static int |
COLNUM_FIELD_NUMBER |
static int |
COLS_FIELD_NUMBER |
static int |
COLSTYPE_FIELD_NUMBER |
static int |
COMMITTIME_FIELD_NUMBER |
static int |
DB_FIELD_NUMBER |
static int |
DBINSTANCEID_FIELD_NUMBER |
static int |
GTID_FIELD_NUMBER |
static int |
ISCASCADE_FIELD_NUMBER |
static int |
ISERROR_FIELD_NUMBER |
static int |
ITEMS_FIELD_NUMBER |
static int |
KEYINDEXS_FIELD_NUMBER |
static int |
OPTTYPE_FIELD_NUMBER |
static int |
TB_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getAddColNames(int index)
repeated string addColNames = 13; |
com.google.protobuf.ByteString |
getAddColNamesBytes(int index)
repeated string addColNames = 13; |
int |
getAddColNamesCount()
repeated string addColNames = 13; |
com.google.protobuf.ProtocolStringList |
getAddColNamesList()
repeated string addColNames = 13; |
ListenerConf.ColumnType |
getAddColTypes(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14; |
int |
getAddColTypesCount()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14; |
List<ListenerConf.ColumnType> |
getAddColTypesList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14; |
int |
getAddColTypesValue(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14; |
List<Integer> |
getAddColTypesValueList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14; |
String |
getAddProp()
string addProp = 15; |
com.google.protobuf.ByteString |
getAddPropBytes()
string addProp = 15; |
int |
getColNum()
列数,一般与cols长度一致,不一致说明cols与binlog不同步*
int32 colNum = 5; |
String |
getCols(int index)
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6; |
com.google.protobuf.ByteString |
getColsBytes(int index)
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6; |
int |
getColsCount()
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6; |
com.google.protobuf.ProtocolStringList |
getColsList()
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6; |
ListenerConf.ColumnType |
getColsType(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7; |
int |
getColsTypeCount()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7; |
List<ListenerConf.ColumnType> |
getColsTypeList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7; |
int |
getColsTypeValue(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7; |
List<Integer> |
getColsTypeValueList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7; |
long |
getCommitTime()
事务提交时间*
int64 commitTime = 11; |
String |
getDb()
string db = 1; |
com.google.protobuf.ByteString |
getDbBytes()
string db = 1; |
long |
getDbInstanceId()
数据库用于反查的instanceId,在配置中自动带入*
int64 dbInstanceId = 12; |
static ListenerConf.DuckulaEvent |
getDefaultInstance() |
ListenerConf.DuckulaEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGtid()
string gtid = 4; |
com.google.protobuf.ByteString |
getGtidBytes()
string gtid = 4; |
boolean |
getIsCascade()
是否为cascade数据,通过级联来的数据。
|
boolean |
getIsError()
是否补救信息,true需要反查DB*
bool isError = 10; |
ListenerConf.DuckulaEventItem |
getItems(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9; |
int |
getItemsCount()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9; |
List<ListenerConf.DuckulaEventItem> |
getItemsList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9; |
ListenerConf.DuckulaEventItemOrBuilder |
getItemsOrBuilder(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9; |
List<? extends ListenerConf.DuckulaEventItemOrBuilder> |
getItemsOrBuilderList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9; |
int |
getKeyindexs(int index)
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8; |
int |
getKeyindexsCount()
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8; |
List<Integer> |
getKeyindexsList()
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8; |
ListenerConf.OptType |
getOptType()
.net.wicp.tams.common.binlog.alone.OptType optType = 3; |
int |
getOptTypeValue()
.net.wicp.tams.common.binlog.alone.OptType optType = 3; |
com.google.protobuf.Parser<ListenerConf.DuckulaEvent> |
getParserForType() |
int |
getSerializedSize() |
String |
getTb()
string tb = 2; |
com.google.protobuf.ByteString |
getTbBytes()
string tb = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListenerConf.DuckulaEvent.Builder |
newBuilder() |
static ListenerConf.DuckulaEvent.Builder |
newBuilder(ListenerConf.DuckulaEvent prototype) |
ListenerConf.DuckulaEvent.Builder |
newBuilderForType() |
protected ListenerConf.DuckulaEvent.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ListenerConf.DuckulaEvent |
parseDelimitedFrom(InputStream input) |
static ListenerConf.DuckulaEvent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.DuckulaEvent |
parseFrom(byte[] data) |
static ListenerConf.DuckulaEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.DuckulaEvent |
parseFrom(ByteBuffer data) |
static ListenerConf.DuckulaEvent |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.DuckulaEvent |
parseFrom(com.google.protobuf.ByteString data) |
static ListenerConf.DuckulaEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.DuckulaEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListenerConf.DuckulaEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.DuckulaEvent |
parseFrom(InputStream input) |
static ListenerConf.DuckulaEvent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListenerConf.DuckulaEvent> |
parser() |
ListenerConf.DuckulaEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DB_FIELD_NUMBER
public static final int TB_FIELD_NUMBER
public static final int OPTTYPE_FIELD_NUMBER
public static final int GTID_FIELD_NUMBER
public static final int COLNUM_FIELD_NUMBER
public static final int COLS_FIELD_NUMBER
public static final int COLSTYPE_FIELD_NUMBER
public static final int KEYINDEXS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
public static final int ISERROR_FIELD_NUMBER
public static final int COMMITTIME_FIELD_NUMBER
public static final int DBINSTANCEID_FIELD_NUMBER
public static final int ADDCOLNAMES_FIELD_NUMBER
public static final int ADDCOLTYPES_FIELD_NUMBER
public static final int ADDPROP_FIELD_NUMBER
public static final int ISCASCADE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getDb()
string db = 1;getDb 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getDbBytes()
string db = 1;getDbBytes 在接口中 ListenerConf.DuckulaEventOrBuilderpublic String getTb()
string tb = 2;getTb 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getTbBytes()
string tb = 2;getTbBytes 在接口中 ListenerConf.DuckulaEventOrBuilderpublic int getOptTypeValue()
.net.wicp.tams.common.binlog.alone.OptType optType = 3;public ListenerConf.OptType getOptType()
.net.wicp.tams.common.binlog.alone.OptType optType = 3;getOptType 在接口中 ListenerConf.DuckulaEventOrBuilderpublic String getGtid()
string gtid = 4;getGtid 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getGtidBytes()
string gtid = 4;public int getColNum()
列数,一般与cols长度一致,不一致说明cols与binlog不同步*
int32 colNum = 5;getColNum 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ProtocolStringList getColsList()
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6;public int getColsCount()
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6;public String getCols(int index)
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6;getCols 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getColsBytes(int index)
列名、列类型,如果是幂等版则cols存放的是主键和附加值字段和对应的类型*
repeated string cols = 6;public List<ListenerConf.ColumnType> getColsTypeList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7;public int getColsTypeCount()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7;public ListenerConf.ColumnType getColsType(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7;public List<Integer> getColsTypeValueList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7;public int getColsTypeValue(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType colsType = 7;public List<Integer> getKeyindexsList()
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8;public int getKeyindexsCount()
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8;public int getKeyindexs(int index)
主键字段,如果为空则表示cols的第0个字段
repeated int32 keyindexs = 8;public List<ListenerConf.DuckulaEventItem> getItemsList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9;public List<? extends ListenerConf.DuckulaEventItemOrBuilder> getItemsOrBuilderList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9;public int getItemsCount()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9;public ListenerConf.DuckulaEventItem getItems(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9;getItems 在接口中 ListenerConf.DuckulaEventOrBuilderpublic ListenerConf.DuckulaEventItemOrBuilder getItemsOrBuilder(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 9;public boolean getIsError()
是否补救信息,true需要反查DB*
bool isError = 10;getIsError 在接口中 ListenerConf.DuckulaEventOrBuilderpublic long getCommitTime()
事务提交时间*
int64 commitTime = 11;public long getDbInstanceId()
数据库用于反查的instanceId,在配置中自动带入*
int64 dbInstanceId = 12;public com.google.protobuf.ProtocolStringList getAddColNamesList()
repeated string addColNames = 13;public int getAddColNamesCount()
repeated string addColNames = 13;public String getAddColNames(int index)
repeated string addColNames = 13;public com.google.protobuf.ByteString getAddColNamesBytes(int index)
repeated string addColNames = 13;public List<ListenerConf.ColumnType> getAddColTypesList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14;public int getAddColTypesCount()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14;public ListenerConf.ColumnType getAddColTypes(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14;public List<Integer> getAddColTypesValueList()
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14;public int getAddColTypesValue(int index)
repeated .net.wicp.tams.common.binlog.alone.ColumnType addColTypes = 14;public String getAddProp()
string addProp = 15;getAddProp 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getAddPropBytes()
string addProp = 15;public boolean getIsCascade()
是否为cascade数据,通过级联来的数据。对于flink的数据有需求。可以节省内存,默认flase:正常数据 true:由于级联而产生的数据
bool isCascade = 16;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ListenerConf.DuckulaEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.DuckulaEvent parseFrom(InputStream input) throws IOException
IOExceptionpublic static ListenerConf.DuckulaEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListenerConf.DuckulaEvent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ListenerConf.DuckulaEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListenerConf.DuckulaEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ListenerConf.DuckulaEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ListenerConf.DuckulaEvent.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ListenerConf.DuckulaEvent.Builder newBuilder()
public static ListenerConf.DuckulaEvent.Builder newBuilder(ListenerConf.DuckulaEvent prototype)
public ListenerConf.DuckulaEvent.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ListenerConf.DuckulaEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ListenerConf.DuckulaEvent getDefaultInstance()
public static com.google.protobuf.Parser<ListenerConf.DuckulaEvent> parser()
public com.google.protobuf.Parser<ListenerConf.DuckulaEvent> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ListenerConf.DuckulaEvent getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2022–2023. All rights reserved.