Uses of Interface
com.github.shyiko.mysql.binlog.event.EventData
Packages that use EventData
Package
Description
-
Uses of EventData in com.github.shyiko.mysql.binlog.event
Classes in com.github.shyiko.mysql.binlog.event that implement EventDataModifier and TypeClassDescriptionclassMariadb ANNOTATE_ROWS_EVENT events accompany row events and describe the query which caused the row event Enable this with --binlog-annotate-row-events (default on from MariaDB 10.2.4).classclassclassclassclassclassclassMariaDB and MySQL have different GTID implementations, and that these are not compatible with each other.classLogged in every binlog to record the current replication stateclassclassclassclassclassclassclassclassclassclassclassMethods in com.github.shyiko.mysql.binlog.event with type parameters of type EventDataConstructors in com.github.shyiko.mysql.binlog.event with parameters of type EventData -
Uses of EventData in com.github.shyiko.mysql.binlog.event.deserialization
Classes in com.github.shyiko.mysql.binlog.event.deserialization with type parameters of type EventDataModifier and TypeClassDescriptionclassAbstractRowsEventDataDeserializer<T extends EventData>Whole class is basically a mix of open-replicator's AbstractRowEventParser and MySQLUtils.interfaceEventDataDeserializer<T extends EventData>Classes in com.github.shyiko.mysql.binlog.event.deserialization that implement EventDataModifier and TypeClassDescriptionstatic classEnwraps internalEventDataif customEventDataDeserializeris provided (for internally used events only).Methods in com.github.shyiko.mysql.binlog.event.deserialization that return EventDataModifier and TypeMethodDescriptionEventDeserializer.EventDataWrapper.Deserializer.deserialize(ByteArrayInputStream inputStream) NullEventDataDeserializer.deserialize(ByteArrayInputStream inputStream) EventDeserializer.deserializeTableMapEventData(ByteArrayInputStream inputStream, EventHeader eventHeader) EventDeserializer.deserializeTransactionPayloadEventData(ByteArrayInputStream inputStream, EventHeader eventHeader) EventDeserializer.EventDataWrapper.getExternal()EventDeserializer.EventDataWrapper.getInternal()static EventDataMethods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventDataConstructors in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventData