- parallelism - Variable in class org.apache.flink.python.api.PythonOperationInfo
-
- parentID - Variable in class org.apache.flink.python.api.PythonOperationInfo
-
- path - Variable in class org.apache.flink.python.api.PythonOperationInfo
-
- PLANBINDER_CONFIG_BCVAR_COUNT - Static variable in class org.apache.flink.python.api.PythonPlanBinder
-
- PLANBINDER_CONFIG_BCVAR_NAME_PREFIX - Static variable in class org.apache.flink.python.api.PythonPlanBinder
-
- port - Variable in class org.apache.flink.python.api.streaming.data.PythonStreamer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.BooleanSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.ByteSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.BytesSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.CustomTypeWrapperSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.DoubleSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.FloatSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.IntSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.LongSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.NullSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.Serializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.StringSerializer
-
- putTypeInfo(ByteBuffer) - Method in class org.apache.flink.python.api.streaming.util.SerializationUtils.TupleSerializer
-
- PythonCoGroup<IN1,IN2,OUT> - Class in org.apache.flink.python.api.functions
-
CoGroupFunction that uses a python script.
- PythonCoGroup(int, TypeInformation<OUT>) - Constructor for class org.apache.flink.python.api.functions.PythonCoGroup
-
- PythonMapPartition<IN,OUT> - Class in org.apache.flink.python.api.functions
-
Multi-purpose class, usable by all operations using a python script with one input source and possibly differing
in-/output types.
- PythonMapPartition(int, TypeInformation<OUT>) - Constructor for class org.apache.flink.python.api.functions.PythonMapPartition
-
- PythonOperationInfo - Class in org.apache.flink.python.api
-
- PythonOperationInfo(PythonPlanStreamer) - Constructor for class org.apache.flink.python.api.PythonOperationInfo
-
- PythonOperationInfo.DatasizeHint - Enum in org.apache.flink.python.api
-
- PythonPlanBinder - Class in org.apache.flink.python.api
-
This class allows the execution of a Flink plan written in python.
- PythonPlanBinder() - Constructor for class org.apache.flink.python.api.PythonPlanBinder
-
- PythonPlanBinder.Operation - Enum in org.apache.flink.python.api
-
This enum contains the identifiers for all supported DataSet operations.
- PythonPlanReceiver - Class in org.apache.flink.python.api.streaming.plan
-
Instances of this class can be used to receive data from the plan process.
- PythonPlanReceiver(InputStream) - Constructor for class org.apache.flink.python.api.streaming.plan.PythonPlanReceiver
-
- PythonPlanSender - Class in org.apache.flink.python.api.streaming.plan
-
Instances of this class can be used to send data to the plan process.
- PythonPlanSender(OutputStream) - Constructor for class org.apache.flink.python.api.streaming.plan.PythonPlanSender
-
- PythonPlanStreamer - Class in org.apache.flink.python.api.streaming.plan
-
Generic class to exchange data during the plan phase.
- PythonPlanStreamer() - Constructor for class org.apache.flink.python.api.streaming.plan.PythonPlanStreamer
-
- PythonReceiver - Class in org.apache.flink.python.api.streaming.data
-
This class is used to read data from memory-mapped files.
- PythonReceiver(boolean) - Constructor for class org.apache.flink.python.api.streaming.data.PythonReceiver
-
- PythonSender<IN> - Class in org.apache.flink.python.api.streaming.data
-
General-purpose class to write data to memory-mapped files.
- PythonSender() - Constructor for class org.apache.flink.python.api.streaming.data.PythonSender
-
- PythonStreamer - Class in org.apache.flink.python.api.streaming.data
-
This streamer is used by functions to send/receive data to/from an external python process.
- PythonStreamer(AbstractRichFunction, int, boolean) - Constructor for class org.apache.flink.python.api.streaming.data.PythonStreamer
-