CanalEntry.EntryType |
CanalEntry.EntryOrBuilder.getEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
|
CanalEntry.EntryType |
CanalEntry.Entry.getEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
|
CanalEntry.EntryType |
CanalEntry.Entry.Builder.getEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
|
static CanalEntry.EntryType |
CanalEntry.EntryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CanalEntry.EntryType |
CanalEntry.EntryType.valueOf(int value) |
static CanalEntry.EntryType |
CanalEntry.EntryType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CanalEntry.EntryType[] |
CanalEntry.EntryType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|