Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.data_stream.DataStream.force_non_parallel#

DataStream.force_non_parallel() → pyflink.datastream.data_stream.DataStream[source]#

Sets the parallelism and maximum parallelism of this operator to one. And mark this operator cannot set a non-1 degree of parallelism.

Returns

The operator with only one parallelism.

previous

pyflink.datastream.data_stream.DataStream.get_execution_environment

next

pyflink.datastream.data_stream.DataStream.set_buffer_timeout

Show Source

Created using Sphinx 4.5.0.