Uses of Class
org.apache.flink.streaming.api.operators.OperatorAttributesBuilder
-
Packages that use OperatorAttributesBuilder Package Description org.apache.flink.streaming.api.operators -
-
Uses of OperatorAttributesBuilder in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorAttributesBuilder Modifier and Type Method Description OperatorAttributesBuilderOperatorAttributesBuilder. setInternalSorterSupported(boolean internalSorterSupported)OperatorAttributesBuilderOperatorAttributesBuilder. setOutputOnlyAfterEndOfStream(boolean outputOnlyAfterEndOfStream)Set to true if and only if the operator only emits records after all its inputs have ended.
-