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.stream_execution_environment.StreamExecutionEnvironment.add_classpaths#

StreamExecutionEnvironment.add_classpaths(*classpaths: str)[source]#

Adds a list of URLs that are added to the classpath of each user code classloader of the program. Paths must specify a protocol (e.g. file://) and be accessible on all nodes

Parameters

classpaths – Classpaths that will be added.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_jars

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_default_local_parallelism

Show Source

Created using Sphinx 4.5.0.