public static interface CanalPacket.GetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAutoAck()
是否自动ack
bool auto_ack = 6; |
CanalPacket.Get.AutoAckPresentCase |
getAutoAckPresentCase() |
java.lang.String |
getClientId()
string client_id = 2; |
com.google.protobuf.ByteString |
getClientIdBytes()
string client_id = 2; |
java.lang.String |
getDestination()
string destination = 1; |
com.google.protobuf.ByteString |
getDestinationBytes()
string destination = 1; |
int |
getFetchSize()
int32 fetch_size = 3; |
long |
getTimeout()
默认-1时代表不控制
int64 timeout = 4; |
CanalPacket.Get.TimeoutPresentCase |
getTimeoutPresentCase() |
int |
getUnit()
数字类型,0:纳秒,1:毫秒,2:微秒,3:秒,4:分钟,5:小时,6:天
int32 unit = 5; |
CanalPacket.Get.UnitPresentCase |
getUnitPresentCase() |
java.lang.String getDestination()
string destination = 1;com.google.protobuf.ByteString getDestinationBytes()
string destination = 1;java.lang.String getClientId()
string client_id = 2;com.google.protobuf.ByteString getClientIdBytes()
string client_id = 2;int getFetchSize()
int32 fetch_size = 3;long getTimeout()
默认-1时代表不控制
int64 timeout = 4;int getUnit()
数字类型,0:纳秒,1:毫秒,2:微秒,3:秒,4:分钟,5:小时,6:天
int32 unit = 5;boolean getAutoAck()
是否自动ack
bool auto_ack = 6;CanalPacket.Get.TimeoutPresentCase getTimeoutPresentCase()
CanalPacket.Get.UnitPresentCase getUnitPresentCase()
CanalPacket.Get.AutoAckPresentCase getAutoAckPresentCase()
Copyright © 2019. All rights reserved.