Class OperatorAttributesBuilder
java.lang.Object
org.apache.flink.streaming.api.operators.OperatorAttributesBuilder
The builder class for
OperatorAttributes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setInternalSorterSupported(boolean internalSorterSupported) setOutputOnlyAfterEndOfStream(boolean outputOnlyAfterEndOfStream) Set to true if and only if the operator only emits records after all its inputs have ended.
-
Constructor Details
-
OperatorAttributesBuilder
public OperatorAttributesBuilder()
-
-
Method Details
-
setOutputOnlyAfterEndOfStream
Set to true if and only if the operator only emits records after all its inputs have ended. If it is not set, the default value false is used. -
setInternalSorterSupported
-
build
-