public static final class CanalEntry.TransactionBegin extends com.google.protobuf.GeneratedMessage implements CanalEntry.TransactionBeginOrBuilder
com.alibaba.otter.canal.protocol.TransactionBegin
开始事务的一些信息*
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CanalEntry.TransactionBegin.Builder
Protobuf type
com.alibaba.otter.canal.protocol.TransactionBegin
开始事务的一些信息*
|
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EXECUTETIME_FIELD_NUMBER |
static com.google.protobuf.Parser<CanalEntry.TransactionBegin> |
PARSER |
static int |
PROPS_FIELD_NUMBER |
static int |
THREADID_FIELD_NUMBER |
static int |
TRANSACTIONID_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
static CanalEntry.TransactionBegin |
getDefaultInstance() |
CanalEntry.TransactionBegin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
|
com.google.protobuf.Parser<CanalEntry.TransactionBegin> |
getParserForType() |
CanalEntry.Pair |
getProps(int index)
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
|
int |
getPropsCount()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
|
java.util.List<CanalEntry.Pair> |
getPropsList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
|
CanalEntry.PairOrBuilder |
getPropsOrBuilder(int index)
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
|
java.util.List<? extends CanalEntry.PairOrBuilder> |
getPropsOrBuilderList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
|
int |
getSerializedSize() |
long |
getThreadId()
optional int64 threadId = 4;
执行的thread Id*
|
java.lang.String |
getTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
|
boolean |
hasThreadId()
optional int64 threadId = 4;
执行的thread Id*
|
boolean |
hasTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CanalEntry.TransactionBegin.Builder |
newBuilder() |
static CanalEntry.TransactionBegin.Builder |
newBuilder(CanalEntry.TransactionBegin prototype) |
CanalEntry.TransactionBegin.Builder |
newBuilderForType() |
protected CanalEntry.TransactionBegin.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CanalEntry.TransactionBegin |
parseDelimitedFrom(java.io.InputStream input) |
static CanalEntry.TransactionBegin |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.TransactionBegin |
parseFrom(byte[] data) |
static CanalEntry.TransactionBegin |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.TransactionBegin |
parseFrom(com.google.protobuf.ByteString data) |
static CanalEntry.TransactionBegin |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.TransactionBegin |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CanalEntry.TransactionBegin |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.TransactionBegin |
parseFrom(java.io.InputStream input) |
static CanalEntry.TransactionBegin |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CanalEntry.TransactionBegin.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<CanalEntry.TransactionBegin> PARSER
public static final int EXECUTETIME_FIELD_NUMBER
public static final int TRANSACTIONID_FIELD_NUMBER
public static final int PROPS_FIELD_NUMBER
public static final int THREADID_FIELD_NUMBER
public static CanalEntry.TransactionBegin getDefaultInstance()
public CanalEntry.TransactionBegin getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<CanalEntry.TransactionBegin> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
public long getExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
public boolean hasTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
public java.lang.String getTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
public com.google.protobuf.ByteString getTransactionIdBytes()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
public java.util.List<CanalEntry.Pair> getPropsList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
public java.util.List<? extends CanalEntry.PairOrBuilder> getPropsOrBuilderList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
public int getPropsCount()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
public CanalEntry.Pair getProps(int index)
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
getProps 在接口中 CanalEntry.TransactionBeginOrBuilderpublic CanalEntry.PairOrBuilder getPropsOrBuilder(int index)
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
public boolean hasThreadId()
optional int64 threadId = 4;
执行的thread Id*
public long getThreadId()
optional int64 threadId = 4;
执行的thread Id*
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static CanalEntry.TransactionBegin parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.TransactionBegin parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.TransactionBegin parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.TransactionBegin parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.TransactionBegin parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.TransactionBegin.Builder newBuilder()
public CanalEntry.TransactionBegin.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static CanalEntry.TransactionBegin.Builder newBuilder(CanalEntry.TransactionBegin prototype)
public CanalEntry.TransactionBegin.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected CanalEntry.TransactionBegin.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2021. All rights reserved.