Uses of Interface
com.github.shyiko.mysql.binlog.event.EventHeader
-
Packages that use EventHeader Package Description com.github.shyiko.mysql.binlog.event com.github.shyiko.mysql.binlog.event.deserialization -
-
Uses of EventHeader in com.github.shyiko.mysql.binlog.event
Classes in com.github.shyiko.mysql.binlog.event that implement EventHeader Modifier and Type Class Description classEventHeaderV4Used in MySQL 5.0+.Methods in com.github.shyiko.mysql.binlog.event with type parameters of type EventHeader Modifier and Type Method Description <T extends EventHeader>
TEvent. getHeader()Constructors in com.github.shyiko.mysql.binlog.event with parameters of type EventHeader Constructor Description Event(EventHeader header, EventData data) -
Uses of EventHeader in com.github.shyiko.mysql.binlog.event.deserialization
Classes in com.github.shyiko.mysql.binlog.event.deserialization with type parameters of type EventHeader Modifier and Type Interface Description interfaceEventHeaderDeserializer<T extends EventHeader>Methods in com.github.shyiko.mysql.binlog.event.deserialization that return EventHeader Modifier and Type Method Description EventHeaderEventDataDeserializationException. getEventHeader()Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventHeader Modifier and Type Method Description EventDataEventDeserializer. deserializeTableMapEventData(ByteArrayInputStream inputStream, EventHeader eventHeader)Constructors in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventHeader Constructor Description EventDataDeserializationException(EventHeader eventHeader, Throwable cause)
-