public interface FieldParseListener
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
needSchemaInfo()
Flag of whether schema info (fieldName, type, encoding, notNull) is needed.
|
void |
parseNotify(int type,
ByteString value,
String encoding,
boolean isPrev)
Handle the filed parsing result.
|
void |
parseNotify(String fieldName,
int type,
String encoding,
ByteString value,
boolean notNull,
boolean isPrev)
Handle the filed parsing result.
|
void parseNotify(String fieldName, int type, String encoding, ByteString value, boolean notNull, boolean isPrev)
fieldName - Field name.type - LogMessageTypeCode.encoding - Encoding of value.value - Field value.notNull - Flag of whether the field is not null (not optional).isPrev - Flag of whether the value is the old one.void parseNotify(int type,
ByteString value,
String encoding,
boolean isPrev)
type - LogMessageTypeCode.value - Field value.encoding - Encoding of value.isPrev - Flag of whether the value is the old one.boolean needSchemaInfo()
Copyright © 2024. All rights reserved.