@Experimental public class OperatorAttributesBuilder extends Object
OperatorAttributes.| Constructor and Description |
|---|
OperatorAttributesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OperatorAttributes |
build() |
OperatorAttributesBuilder |
setInternalSorterSupported(boolean internalSorterSupported) |
OperatorAttributesBuilder |
setOutputOnlyAfterEndOfStream(boolean outputOnlyAfterEndOfStream)
Set to true if and only if the operator only emits records after all its inputs have ended.
|
public OperatorAttributesBuilder setOutputOnlyAfterEndOfStream(boolean outputOnlyAfterEndOfStream)
public OperatorAttributesBuilder setInternalSorterSupported(boolean internalSorterSupported)
public OperatorAttributes build()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.