public final class LogContext extends Object
| 构造器和说明 |
|---|
LogContext() |
LogContext(FormatDescriptionLogEvent descriptionEvent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearAllTables() |
FormatDescriptionLogEvent |
getFormatDescription() |
LogPosition |
getLogPosition() |
TableMapLogEvent |
getTable(long tableId) |
void |
putTable(TableMapLogEvent mapEvent) |
void |
reset() |
void |
setFormatDescription(FormatDescriptionLogEvent formatDescription) |
void |
setLogPosition(LogPosition logPosition) |
public LogContext()
public LogContext(FormatDescriptionLogEvent descriptionEvent)
public final LogPosition getLogPosition()
public final void setLogPosition(LogPosition logPosition)
public final FormatDescriptionLogEvent getFormatDescription()
public final void setFormatDescription(FormatDescriptionLogEvent formatDescription)
public final void putTable(TableMapLogEvent mapEvent)
public final TableMapLogEvent getTable(long tableId)
public final void clearAllTables()
public void reset()
Copyright © 2017. All rights reserved.