@Experimental public class RecordAttributes extends StreamElement
| 限定符和类型 | 字段和说明 |
|---|---|
static RecordAttributes |
EMPTY_RECORD_ATTRIBUTES |
| 构造器和说明 |
|---|
RecordAttributes(boolean isBacklog) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBacklog()
If it returns true, then the records received after this element are stale and an operator
can optionally buffer records until isBacklog=false.
|
String |
toString() |
asLatencyMarker, asRecord, asRecordAttributes, asWatermark, asWatermarkStatus, isLatencyMarker, isRecord, isRecordAttributes, isWatermark, isWatermarkStatuspublic static final RecordAttributes EMPTY_RECORD_ATTRIBUTES
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.