public class TiTimestamp extends Object implements Serializable
Constructor and Description |
---|
TiTimestamp(long p,
long l) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static long |
extractPhysical(long ts) |
long |
getLogical() |
long |
getPhysical() |
TiTimestamp |
getPrevious() |
long |
getVersion() |
int |
hashCode() |
String |
toString() |
public static long extractPhysical(long ts)
public long getVersion()
public long getPhysical()
public long getLogical()
public TiTimestamp getPrevious()
Copyright © 2024 PingCAP. All rights reserved.