public static interface CanalEntry.TransactionBeginOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
|
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;
预留扩展*
|
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*
|
boolean |
hasExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
|
boolean |
hasThreadId()
optional int64 threadId = 4;
执行的thread Id*
|
boolean |
hasTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
|
boolean hasExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
long getExecuteTime()
optional int64 executeTime = 1;
已废弃,请使用header里的executeTime*
boolean hasTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
java.lang.String getTransactionId()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
com.google.protobuf.ByteString getTransactionIdBytes()
optional string transactionId = 2;
已废弃,Begin里不提供事务id*
java.util.List<CanalEntry.Pair> getPropsList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
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<? extends CanalEntry.PairOrBuilder> getPropsOrBuilderList()
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
CanalEntry.PairOrBuilder getPropsOrBuilder(int index)
repeated .com.alibaba.otter.canal.protocol.Pair props = 3;
预留扩展*
boolean hasThreadId()
optional int64 threadId = 4;
执行的thread Id*
long getThreadId()
optional int64 threadId = 4;
执行的thread Id*
Copyright © 2019. All rights reserved.