|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.extractor.mysql.LogEvent
com.continuent.tungsten.replicator.extractor.mysql.RotateLogEvent
public class RotateLogEvent
| Field Summary |
|---|
| Fields inherited from class com.continuent.tungsten.replicator.extractor.mysql.LogEvent |
|---|
execTime, flags, logPos, serverId, startPosition, threadSpecificEvent, type, when |
| Constructor Summary | |
|---|---|
RotateLogEvent(byte[] buffer,
int eventLength,
FormatDescriptionLogEvent descriptionEvent,
java.lang.String currentPosition)
Creates a new Rotate_log_event object read normally from
log. |
|
RotateLogEvent(java.lang.String newLogFilename)
Creates a new Rotate_log_event without log information. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNewBinlogFilename()
|
| 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 |
|---|
public RotateLogEvent(byte[] buffer,
int eventLength,
FormatDescriptionLogEvent descriptionEvent,
java.lang.String currentPosition)
throws ReplicatorException
Rotate_log_event object read normally from
log.
currentPosition -
ReplicatorExceptionpublic RotateLogEvent(java.lang.String newLogFilename)
Rotate_log_event without log information. This
is used to generate missing log rotation events.
| Method Detail |
|---|
public java.lang.String getNewBinlogFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||