Class | Description |
---|---|
PythonDualInputSender<IN1,IN2> |
This class is a
PythonSender for operations with two input streams. |
PythonDualInputStreamer<IN1,IN2,OUT> |
This class is a
PythonStreamer for operations with two input stream. |
PythonReceiver<OUT> |
This class is used to read data from memory-mapped files.
|
PythonSender |
General-purpose class to write data to memory-mapped files.
|
PythonSender.Serializer<T> |
Interface for all serializers used by
PythonSender classes to write container objects. |
PythonSingleInputSender<IN> |
This class is a
PythonSender for operations with one input stream. |
PythonSingleInputStreamer<IN,OUT> |
This class is a
PythonStreamer for operations with one input stream. |
PythonStreamer<S extends PythonSender,OUT> |
This streamer is used by functions to send/receive data to/from an external python process.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.