public class StreamRecord extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamRecord.RecordType |
| 构造器和说明 |
|---|
StreamRecord() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RecordColumn> |
getColumns()
Get the list of attribute columns contained in this Record
|
List<RecordColumn> |
getOriginColumns()
Get the list of original attribute columns contained in this Record
|
PrimaryKey |
getPrimaryKey()
Get the primary key of the corresponding row
|
StreamRecord.RecordType |
getRecordType()
Get the type of Record
|
RecordSequenceInfo |
getSequenceInfo()
Get the timestamp information of this row
|
void |
setColumns(List<RecordColumn> columns) |
void |
setOriginColumns(List<RecordColumn> originColumns) |
void |
setPrimaryKey(PrimaryKey primaryKey) |
void |
setRecordType(StreamRecord.RecordType recordType) |
void |
setSequenceInfo(RecordSequenceInfo sequenceInfo) |
String |
toString() |
public StreamRecord.RecordType getRecordType()
public void setRecordType(StreamRecord.RecordType recordType)
public PrimaryKey getPrimaryKey()
public void setPrimaryKey(PrimaryKey primaryKey)
public RecordSequenceInfo getSequenceInfo()
public void setSequenceInfo(RecordSequenceInfo sequenceInfo)
public List<RecordColumn> getColumns()
public void setColumns(List<RecordColumn> columns)
public List<RecordColumn> getOriginColumns()
public void setOriginColumns(List<RecordColumn> originColumns)
Copyright © 2025. All Rights Reserved.