Uses of Interface
com.github.shyiko.mysql.binlog.event.EventData
-
Packages that use EventData Package Description com.github.shyiko.mysql.binlog.event com.github.shyiko.mysql.binlog.event.deserialization -
-
Uses of EventData in com.github.shyiko.mysql.binlog.event
Classes in com.github.shyiko.mysql.binlog.event that implement EventData Modifier and Type Class Description classByteArrayEventDataclassDeleteRowsEventDataclassFormatDescriptionEventDataclassGtidEventDataclassIntVarEventDataclassPreviousGtidSetEventDataclassQueryEventDataclassRotateEventDataclassRowsQueryEventDataclassTableMapEventDataclassTableMapEventMetadataclassUpdateRowsEventDataclassWriteRowsEventDataclassXAPrepareEventDataclassXidEventDataMethods in com.github.shyiko.mysql.binlog.event with type parameters of type EventData Modifier and Type Method Description <T extends EventData>
TEvent. getData()Constructors in com.github.shyiko.mysql.binlog.event with parameters of type EventData Constructor Description Event(EventHeader header, EventData data) -
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 EventData Modifier and Type Class Description classAbstractRowsEventDataDeserializer<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 EventData Modifier and Type Class Description static classEventDeserializer.EventDataWrapperEnwraps internalEventDataif customEventDataDeserializeris provided (for internally used events only).Methods in com.github.shyiko.mysql.binlog.event.deserialization that return EventData Modifier and Type Method Description EventDataEventDeserializer.EventDataWrapper.Deserializer. deserialize(ByteArrayInputStream inputStream)EventDataNullEventDataDeserializer. deserialize(ByteArrayInputStream inputStream)EventDataEventDeserializer. deserializeTableMapEventData(ByteArrayInputStream inputStream, EventHeader eventHeader)EventDataEventDeserializer.EventDataWrapper. getExternal()EventDataEventDeserializer.EventDataWrapper. getInternal()static EventDataEventDeserializer.EventDataWrapper. internal(EventData eventData)Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventData Modifier and Type Method Description static EventDataEventDeserializer.EventDataWrapper. internal(EventData eventData)Constructors in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventData Constructor Description EventDataWrapper(EventData internal, EventData external)
-