Class PythonSharedResources
- java.lang.Object
-
- org.apache.flink.streaming.api.runners.python.beam.PythonSharedResources
-
- All Implemented Interfaces:
AutoCloseable
@Internal public final class PythonSharedResources extends Object implements AutoCloseable
The set of resources that can be shared by all the Python operators in a slot.
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-