| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog.event | |
| com.github.shyiko.mysql.binlog.event.deserialization |
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventHeaderV4.getEventType() |
EventType |
EventHeader.getEventType() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EventType.isDelete(EventType eventType) |
static boolean |
EventType.isRowMutation(EventType eventType) |
static boolean |
EventType.isUpdate(EventType eventType) |
static boolean |
EventType.isWrite(EventType eventType) |
void |
EventHeaderV4.setEventType(EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
EventDataDeserializer |
EventDeserializer.getEventDataDeserializer(EventType eventType) |
void |
EventDeserializer.setEventDataDeserializer(EventType eventType,
EventDataDeserializer eventDataDeserializer) |
| Constructor and Description |
|---|
EventDeserializer(EventHeaderDeserializer eventHeaderDeserializer,
EventDataDeserializer defaultEventDataDeserializer,
Map<EventType,EventDataDeserializer> eventDataDeserializers,
Map<Long,TableMapEventData> tableMapEventByTableId) |
Copyright © 2019. All rights reserved.