com.continuent.tungsten.replicator.extractor.mysql
Class StartLogEvent

java.lang.Object
  extended by com.continuent.tungsten.replicator.extractor.mysql.LogEvent
      extended by com.continuent.tungsten.replicator.extractor.mysql.StartLogEvent
Direct Known Subclasses:
FormatDescriptionLogEvent

public class StartLogEvent
extends LogEvent

Version:
1.0
Author:
Seppo Jaakola, Stephane Giron

Field Summary
 
Fields inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
execTime, flags, logger, logPos, serverId, startPosition, threadSpecificEvent, type, when
 
Constructor Summary
StartLogEvent()
           
StartLogEvent(byte[] buffer, FormatDescriptionLogEvent descriptionEvent)
           
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
doChecksum, extractDecimal, getDecimalBinarySize, getExecTime, getNextEventPosition, getType, getWhen, hexdump, hexdump, hexdump, readLogEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartLogEvent

public StartLogEvent()

StartLogEvent

public StartLogEvent(byte[] buffer,
                     FormatDescriptionLogEvent descriptionEvent)
              throws ReplicatorException
Throws:
ReplicatorException