Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • StreamExecutionEnvironment
  • pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_classpaths

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

On this page
  • StreamExecutionEnvironment.add_classpaths()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.