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

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

public class IntvarLogEvent
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, logPos, serverId, startPosition, threadSpecificEvent, type, when
 
Constructor Summary
IntvarLogEvent(byte[] buffer, int eventLength, FormatDescriptionLogEvent descriptionEvent, java.lang.String currentPosition)
           
 
Method Summary
 int getType()
           
 long getValue()
           
 void setType(int type)
           
 void setValue(long value)
           
 
Methods inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent
doChecksum, extractDecimal, getDecimalBinarySize, getExecTime, getNextEventPosition, 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

IntvarLogEvent

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

getType

public int getType()
Overrides:
getType in class LogEvent

setType

public void setType(int type)

getValue

public long getValue()

setValue

public void setValue(long value)