Uses of Interface
py4j.Py4JPythonClientPerThread
-
Packages that use Py4JPythonClientPerThread Package Description py4j -
-
Uses of Py4JPythonClientPerThread in py4j
Classes in py4j that implement Py4JPythonClientPerThread Modifier and Type Class Description class
PythonClient
Subclass of CallbackClient that implements the new threading model, ensuring that each thread uses its own connection.Fields in py4j declared as Py4JPythonClientPerThread Modifier and Type Field Description protected Py4JPythonClientPerThread
ClientServer. pythonClient
protected Py4JPythonClientPerThread
ClientServerConnection. pythonClient
Methods in py4j that return Py4JPythonClientPerThread Modifier and Type Method Description protected Py4JPythonClientPerThread
ClientServer. createPythonClient()
Methods in py4j with parameters of type Py4JPythonClientPerThread Modifier and Type Method Description protected Py4JJavaServer
ClientServer. createJavaServer(java.lang.Object entryPoint, Py4JPythonClientPerThread pythonClient)
Constructors in py4j with parameters of type Py4JPythonClientPerThread Constructor Description ClientServerConnection(Gateway gateway, java.net.Socket socket, java.util.List<java.lang.Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout)
ClientServerConnection(Gateway gateway, java.net.Socket socket, java.util.List<java.lang.Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout, java.lang.String authToken)
JavaServer(java.lang.Object entryPoint, int port, int connectTimeout, int readTimeout, java.util.List<java.lang.Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient)
JavaServer(java.lang.Object entryPoint, int port, int connectTimeout, int readTimeout, java.util.List<java.lang.Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, java.lang.String authToken)
-