public class RecordSequenceInfo extends Object implements Jsonizable
| 构造器和说明 |
|---|
RecordSequenceInfo() |
RecordSequenceInfo(int epoch,
long timestamp,
int rowIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEpoch()
Get the epoch of the row's timestamp information
|
int |
getRowIndex()
Get the row location identifier for this row
|
long |
getTimestamp()
Get the time when the row was inserted into the system
|
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 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.