Uses of Class
org.apache.flink.streaming.api.operators.OperatorAttributesBuilder
Packages that use OperatorAttributesBuilder
-
Uses of OperatorAttributesBuilder in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorAttributesBuilderModifier and TypeMethodDescriptionOperatorAttributesBuilder.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.