public static final class CanalEntry.Entry extends com.google.protobuf.GeneratedMessage implements CanalEntry.EntryOrBuilder
com.alibaba.otter.canal.protocol.Entry
message model 如果要在Enum中新增类型,确保以前的类型的下标值不变.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CanalEntry.Entry.Builder
Protobuf type
com.alibaba.otter.canal.protocol.Entry
message model
如果要在Enum中新增类型,确保以前的类型的下标值不变. |
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 |
ENTRYTYPE_FIELD_NUMBER |
static int |
HEADER_FIELD_NUMBER |
static com.google.protobuf.Parser<CanalEntry.Entry> |
PARSER |
static int |
STOREVALUE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
static CanalEntry.Entry |
getDefaultInstance() |
CanalEntry.Entry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CanalEntry.EntryType |
getEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
|
CanalEntry.Header |
getHeader()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
|
CanalEntry.HeaderOrBuilder |
getHeaderOrBuilder()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
|
com.google.protobuf.Parser<CanalEntry.Entry> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStoreValue()
optional bytes storeValue = 3;
传输的二进制数组*
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
|
boolean |
hasHeader()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
|
boolean |
hasStoreValue()
optional bytes storeValue = 3;
传输的二进制数组*
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CanalEntry.Entry.Builder |
newBuilder() |
static CanalEntry.Entry.Builder |
newBuilder(CanalEntry.Entry prototype) |
CanalEntry.Entry.Builder |
newBuilderForType() |
protected CanalEntry.Entry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static CanalEntry.Entry |
parseDelimitedFrom(java.io.InputStream input) |
static CanalEntry.Entry |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.Entry |
parseFrom(byte[] data) |
static CanalEntry.Entry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.Entry |
parseFrom(com.google.protobuf.ByteString data) |
static CanalEntry.Entry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.Entry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CanalEntry.Entry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CanalEntry.Entry |
parseFrom(java.io.InputStream input) |
static CanalEntry.Entry |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CanalEntry.Entry.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.Entry> PARSER
public static final int HEADER_FIELD_NUMBER
public static final int ENTRYTYPE_FIELD_NUMBER
public static final int STOREVALUE_FIELD_NUMBER
public static CanalEntry.Entry getDefaultInstance()
public CanalEntry.Entry 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.Entry> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasHeader()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
hasHeader 在接口中 CanalEntry.EntryOrBuilderpublic CanalEntry.Header getHeader()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
getHeader 在接口中 CanalEntry.EntryOrBuilderpublic CanalEntry.HeaderOrBuilder getHeaderOrBuilder()
optional .com.alibaba.otter.canal.protocol.Header header = 1;
协议头部信息*
getHeaderOrBuilder 在接口中 CanalEntry.EntryOrBuilderpublic boolean hasEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
hasEntryType 在接口中 CanalEntry.EntryOrBuilderpublic CanalEntry.EntryType getEntryType()
optional .com.alibaba.otter.canal.protocol.EntryType entryType = 2 [default = ROWDATA];
打散后的事件类型*
getEntryType 在接口中 CanalEntry.EntryOrBuilderpublic boolean hasStoreValue()
optional bytes storeValue = 3;
传输的二进制数组*
hasStoreValue 在接口中 CanalEntry.EntryOrBuilderpublic com.google.protobuf.ByteString getStoreValue()
optional bytes storeValue = 3;
传输的二进制数组*
getStoreValue 在接口中 CanalEntry.EntryOrBuilderpublic 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.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.Entry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CanalEntry.Entry parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CanalEntry.Entry.Builder newBuilder()
public CanalEntry.Entry.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static CanalEntry.Entry.Builder newBuilder(CanalEntry.Entry prototype)
public CanalEntry.Entry.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected CanalEntry.Entry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.