CanalEntry.EventType |
CanalEntry.HeaderOrBuilder.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 11 [default = UPDATE];
数据变更类型*
|
CanalEntry.EventType |
CanalEntry.Header.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 11 [default = UPDATE];
数据变更类型*
|
CanalEntry.EventType |
CanalEntry.Header.Builder.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 11 [default = UPDATE];
数据变更类型*
|
CanalEntry.EventType |
CanalEntry.RowChangeOrBuilder.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 2 [default = UPDATE];
数据变更类型*
|
CanalEntry.EventType |
CanalEntry.RowChange.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 2 [default = UPDATE];
数据变更类型*
|
CanalEntry.EventType |
CanalEntry.RowChange.Builder.getEventType()
optional .com.alibaba.otter.canal.protocol.EventType eventType = 2 [default = UPDATE];
数据变更类型*
|
static CanalEntry.EventType |
CanalEntry.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CanalEntry.EventType |
CanalEntry.EventType.valueOf(int value) |
static CanalEntry.EventType |
CanalEntry.EventType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CanalEntry.EventType[] |
CanalEntry.EventType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|