| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog.event | |
| com.github.shyiko.mysql.binlog.event.deserialization |
| Modifier and Type | Class and Description |
|---|---|
class |
EventHeaderV4
Used in MySQL 5.0+.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EventHeader> |
Event.getHeader() |
| Constructor and Description |
|---|
Event(EventHeader header,
EventData data) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventHeaderDeserializer<T extends EventHeader> |
| Modifier and Type | Method and Description |
|---|---|
EventHeader |
EventDataDeserializationException.getEventHeader() |
| Modifier and Type | Method and Description |
|---|---|
EventData |
EventDeserializer.deserializeTableMapEventData(ByteArrayInputStream inputStream,
EventHeader eventHeader) |
| Constructor and Description |
|---|
EventDataDeserializationException(EventHeader eventHeader,
Throwable cause) |
Copyright © 2019. All rights reserved.