@Experimental public class RecordAttributesBuilder extends Object
RecordAttributes.| 构造器和说明 |
|---|
RecordAttributesBuilder(List<RecordAttributes> lastRecordAttributesOfInputs)
This constructor takes a list of the last RecordAttributes received from each of the
operator's inputs.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RecordAttributes |
build()
If any operator attribute is null, we will log it at DEBUG level and determine a non-null
default value as described below.
|
RecordAttributesBuilder |
setBacklog(boolean isBacklog) |
public RecordAttributesBuilder(List<RecordAttributes> lastRecordAttributesOfInputs)
public RecordAttributesBuilder setBacklog(boolean isBacklog)
public RecordAttributes build()
Default value for backlog: if any element in lastRecordAttributesOfInputs has backlog=true, use true. Otherwise, use false.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.