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

java.lang.Object
  extended by com.continuent.tungsten.replicator.extractor.mysql.LogEvent
      extended by com.continuent.tungsten.replicator.extractor.mysql.BeginLoadQueryLogEvent

public class BeginLoadQueryLogEvent
extends LogEvent

Version:
1.0
Author:
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
BeginLoadQueryLogEvent(byte[] buffer, int eventLength, FormatDescriptionLogEvent descriptionEvent, java.lang.String currentPosition)
           
 
Method Summary
 byte[] getData()
           
 int getFileID()
           
 java.lang.String getSchemaName()
           
 void setSchemaName(java.lang.String schema)
           
 
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

BeginLoadQueryLogEvent

public BeginLoadQueryLogEvent(byte[] buffer,
                              int eventLength,
                              FormatDescriptionLogEvent descriptionEvent,
                              java.lang.String currentPosition)
                       throws ReplicatorException
Throws:
ReplicatorException
Method Detail

getFileID

public int getFileID()

getData

public byte[] getData()

setSchemaName

public void setSchemaName(java.lang.String schema)

getSchemaName

public java.lang.String getSchemaName()