@Experimental public abstract class Offset extends Object implements Comparable<Offset>, Serializable
This structure can also be used to deal the binlog event in transaction, a transaction may
contains multiple change events, and each change event may contain multiple rows. When restart
from a specific Offset, we need to skip the processed change events and the processed
rows.
| 构造器和说明 |
|---|
Offset() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getOffset() |
int |
hashCode() |
boolean |
isAfter(Offset that) |
boolean |
isAtOrAfter(Offset that) |
boolean |
isAtOrBefore(Offset that) |
boolean |
isBefore(Offset that) |
protected long |
longOffsetValue(Map<String,?> values,
String key) |
String |
toString() |
compareToCopyright © 2022 10MG. All rights reserved.