Class OperatorAttributesBuilder

    • Constructor Detail

      • OperatorAttributesBuilder

        public OperatorAttributesBuilder()
    • Method Detail

      • setOutputOnlyAfterEndOfStream

        public OperatorAttributesBuilder setOutputOnlyAfterEndOfStream​(boolean outputOnlyAfterEndOfStream)
        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

        public OperatorAttributesBuilder setInternalSorterSupported​(boolean internalSorterSupported)