public class RecordSequenceInfo extends Object implements Jsonizable
| Constructor and Description |
|---|
RecordSequenceInfo() |
RecordSequenceInfo(int epoch,
long timestamp,
int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEpoch()
获取行时序信息的epoch
|
int |
getRowIndex()
获取改行的行位置标识
|
long |
getTimestamp()
获取改行插入系统的时间
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setEpoch(int epoch) |
void |
setRowIndex(int rowIndex) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public RecordSequenceInfo()
public RecordSequenceInfo(int epoch,
long timestamp,
int rowIndex)
public int getEpoch()
public void setEpoch(int epoch)
public long getTimestamp()
public void setTimestamp(long timestamp)
public int getRowIndex()
public void setRowIndex(int rowIndex)
public String jsonize()
jsonize in interface Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize in interface JsonizableCopyright © 2024. All Rights Reserved.