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 |
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 |
GTID_FIELD_NUMBER |
static int |
ISERROR_FIELD_NUMBER |
static int |
ITEMS_FIELD_NUMBER |
static int |
OPTTYPE_FIELD_NUMBER |
static int |
TB_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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; |
com.google.protobuf.ProtocolStringList |
getColsList()
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 = 10; |
String |
getDb()
string db = 1; |
com.google.protobuf.ByteString |
getDbBytes()
string db = 1; |
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 |
getIsError()
是否补救信息,true需要反查DB*
bool isError = 9; |
ListenerConf.DuckulaEventItem |
getItems(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8; |
int |
getItemsCount()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8; |
List<ListenerConf.DuckulaEventItem> |
getItemsList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8; |
ListenerConf.DuckulaEventItemOrBuilder |
getItemsOrBuilder(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8; |
List<? extends ListenerConf.DuckulaEventItemOrBuilder> |
getItemsOrBuilderList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 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 ITEMS_FIELD_NUMBER
public static final int ISERROR_FIELD_NUMBER
public static final int COMMITTIME_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()
repeated string cols = 6;public int getColsCount()
repeated string cols = 6;public String getCols(int index)
repeated string cols = 6;getCols 在接口中 ListenerConf.DuckulaEventOrBuilderpublic com.google.protobuf.ByteString getColsBytes(int index)
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<ListenerConf.DuckulaEventItem> getItemsList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8;public List<? extends ListenerConf.DuckulaEventItemOrBuilder> getItemsOrBuilderList()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8;public int getItemsCount()
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8;public ListenerConf.DuckulaEventItem getItems(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8;getItems 在接口中 ListenerConf.DuckulaEventOrBuilderpublic ListenerConf.DuckulaEventItemOrBuilder getItemsOrBuilder(int index)
repeated .net.wicp.tams.common.binlog.alone.DuckulaEventItem items = 8;public boolean getIsError()
是否补救信息,true需要反查DB*
bool isError = 9;getIsError 在接口中 ListenerConf.DuckulaEventOrBuilderpublic long getCommitTime()
事务提交时间*
int64 commitTime = 10;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 © 2020. All rights reserved.