- PLAN_TMP_DIR - Static variable in class org.apache.flink.streaming.python.PythonOptions
-
The config parameter defining where temporary plan-related files are stored on the client.
- PyBooleanSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyBoolean class type.
- PyBooleanSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyBooleanSerializer
-
- PyFloatSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyFloat class type.
- PyFloatSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyFloatSerializer
-
- PyIntegerSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyInteger class type.
- PyIntegerSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyIntegerSerializer
-
- PyKey - Class in org.apache.flink.streaming.python.api.functions
-
A key type used by
PythonKeySelector to
host a python object and provide the necessary interface to compare two python objects.
- PyKey(Object) - Constructor for class org.apache.flink.streaming.python.api.functions.PyKey
-
- PyLongSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyLong class type.
- PyLongSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyLongSerializer
-
- PyObjectSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyObject class type.
- PyObjectSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyObjectSerializer
-
- PyStringSerializer - Class in org.apache.flink.streaming.python.util.serialization
-
A Serializer implementation for PyString class type.
- PyStringSerializer() - Constructor for class org.apache.flink.streaming.python.util.serialization.PyStringSerializer
-
- PythonApplyFunction<W extends org.apache.flink.streaming.api.windowing.windows.Window> - Class in org.apache.flink.streaming.python.api.functions
-
The PythonApplyFunction is a thin wrapper layer over a Python UDF WindowFunction.
- PythonApplyFunction(WindowFunction<PyObject, Object, Object, W>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonApplyFunction
-
- PythonCollector - Class in org.apache.flink.streaming.python.util
-
Collects a PyObject record and forwards it.
- PythonCollector() - Constructor for class org.apache.flink.streaming.python.util.PythonCollector
-
- PythonConstants - Class in org.apache.flink.streaming.python.api.environment
-
Collection of constants for the Streaming Python API.
- PythonConstants() - Constructor for class org.apache.flink.streaming.python.api.environment.PythonConstants
-
- PythonDataStream<D extends org.apache.flink.streaming.api.datastream.DataStream<org.python.core.PyObject>> - Class in org.apache.flink.streaming.python.api.datastream
-
A PythonDataStream is a thin wrapper layer over DataStream, which represents a
stream of elements of the same type.
- PythonDataStream(D) - Constructor for class org.apache.flink.streaming.python.api.datastream.PythonDataStream
-
- PythonEnvironmentFactory - Class in org.apache.flink.streaming.python.api.environment
-
- PythonEnvironmentFactory(String, String) - Constructor for class org.apache.flink.streaming.python.api.environment.PythonEnvironmentFactory
-
- PythonFilterFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonFilterFunction is a thin wrapper layer over a Python UDF FilterFunction.
- PythonFilterFunction(FilterFunction<PyObject>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonFilterFunction
-
- PythonFlatMapFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonFlatMapFunction is a thin wrapper layer over a Python UDF FlatMapFunction.
- PythonFlatMapFunction(FlatMapFunction<PyObject, Object>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonFlatMapFunction
-
- PythonGeneratorFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonGeneratorFunction is a thin wrapper layer over a Python UDF SourceFunction.
- PythonGeneratorFunction(SourceFunction<Object>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonGeneratorFunction
-
- PythonIterativeStream - Class in org.apache.flink.streaming.python.api.datastream
-
A thin wrapper layer over IterativeStream.
- PythonIterator - Interface in org.apache.flink.streaming.python.util
-
An interface definition for Python iterator.
- PythonIteratorFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonIteratorFunction is a thin wrapper layer over a Python UDF Iterator.
- PythonIteratorFunction(Iterator<Object>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonIteratorFunction
-
- PythonKeyedStream - Class in org.apache.flink.streaming.python.api.datastream
-
A thin wrapper layer over KeyedStream.
- PythonKeySelector - Class in org.apache.flink.streaming.python.api.functions
-
The PythonKeySelector is a thin wrapper layer over a Python UDF KeySelector.
- PythonKeySelector(KeySelector<PyObject, PyKey>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonKeySelector
-
- PythonMapFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonMapFunction is a thin wrapper layer over a Python UDF MapFunction.
- PythonMapFunction(MapFunction<PyObject, PyObject>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonMapFunction
-
- PythonOptions - Class in org.apache.flink.streaming.python
-
Configuration options for the Python API.
- PythonOutputSelector - Class in org.apache.flink.streaming.python.api.functions
-
The PythonOutputSelector is a thin wrapper layer over a Python UDF OutputSelector.
- PythonOutputSelector(OutputSelector<PyObject>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonOutputSelector
-
- PythonReduceFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonReduceFunction is a thin wrapper layer over a Python UDF ReduceFunction.
- PythonReduceFunction(ReduceFunction<PyObject>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonReduceFunction
-
- PythonSerializationSchema - Class in org.apache.flink.streaming.python.util.serialization
-
A SerializationSchema for PyObjects.
- PythonSerializationSchema(SerializationSchema<PyObject>) - Constructor for class org.apache.flink.streaming.python.util.serialization.PythonSerializationSchema
-
- PythonSingleOutputStreamOperator - Class in org.apache.flink.streaming.python.api.datastream
-
A thin wrapper layer over SingleOutputStreamOperator
- PythonSinkFunction - Class in org.apache.flink.streaming.python.api.functions
-
The PythonSinkFunction is a thin wrapper layer over a Python UDF SinkFunction.
- PythonSinkFunction(SinkFunction<PyObject>) - Constructor for class org.apache.flink.streaming.python.api.functions.PythonSinkFunction
-
- PythonSplitStream - Class in org.apache.flink.streaming.python.api.datastream
-
A thin wrapper layer over SplitStream.
- PythonStreamBinder - Class in org.apache.flink.streaming.python.api
-
Allows the execution of Flink stream plan that is written in Python.
- PythonStreamExecutionEnvironment - Class in org.apache.flink.streaming.python.api.environment
-
A thin wrapper layer over StreamExecutionEnvironment.
- PythonStreamExecutionEnvironment.PythonJobParameters - Class in org.apache.flink.streaming.python.api.environment
-
Utility class for storing/retrieving parameters in/from a ExecutionConfig.GlobalJobParameters.
- PythonWindowedStream<W extends org.apache.flink.streaming.api.windowing.windows.Window> - Class in org.apache.flink.streaming.python.api.datastream
-
A thin wrapper layer over WindowedStream.