Class BinLogEvent
- java.lang.Object
-
- mariadbcdc.binlog.reader.packet.binlog.BinLogEvent
-
- Direct Known Subclasses:
BinLogEvent.EOF,BinLogEvent.Unknown
public class BinLogEvent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinLogEvent.EOFstatic classBinLogEvent.Unknown
-
Field Summary
Fields Modifier and Type Field Description static BinLogEventEOFstatic BinLogEventUNKNOWN
-
Constructor Summary
Constructors Constructor Description BinLogEvent(BinLogHeader header, BinLogData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinLogDatagetData()BinLogHeadergetHeader()
-
-
-
Field Detail
-
EOF
public static final BinLogEvent EOF
-
UNKNOWN
public static final BinLogEvent UNKNOWN
-
-
Constructor Detail
-
BinLogEvent
public BinLogEvent(BinLogHeader header, BinLogData data)
-
-
Method Detail
-
getHeader
public BinLogHeader getHeader()
-
getData
public BinLogData getData()
-
-