Uses of Class
com.github.shyiko.mysql.binlog.event.EventType

Packages that use EventType
com.github.shyiko.mysql.binlog.event   
com.github.shyiko.mysql.binlog.event.deserialization   
 

Uses of EventType in com.github.shyiko.mysql.binlog.event
 

Methods in com.github.shyiko.mysql.binlog.event that return EventType
 EventType EventHeader.getEventType()
           
 EventType EventHeaderV4.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.
 

Methods in com.github.shyiko.mysql.binlog.event with parameters of type EventType
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)
           
 

Uses of EventType in com.github.shyiko.mysql.binlog.event.deserialization
 

Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type EventType
 EventDataDeserializer EventDeserializer.getEventDataDeserializer(EventType eventType)
           
 void EventDeserializer.setEventDataDeserializer(EventType eventType, EventDataDeserializer eventDataDeserializer)
           
 

Constructor parameters in com.github.shyiko.mysql.binlog.event.deserialization with type arguments of type EventType
EventDeserializer(EventHeaderDeserializer eventHeaderDeserializer, EventDataDeserializer defaultEventDataDeserializer, Map<EventType,EventDataDeserializer> eventDataDeserializers, Map<Long,TableMapEventData> tableMapEventByTableId)
           
 



Copyright © 2016. All Rights Reserved.