@Experimental public class RecordAttributes extends StreamElement
| Modifier and Type | Field and Description |
|---|---|
static RecordAttributes |
EMPTY_RECORD_ATTRIBUTES |
| Constructor and Description |
|---|
RecordAttributes(boolean isBacklog) |
| Modifier and Type | Method and Description |
|---|---|
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.