Uses of Interface
py4j.Py4JPythonClientPerThread
Packages that use Py4JPythonClientPerThread
-
Uses of Py4JPythonClientPerThread in py4j
Classes in py4j that implement Py4JPythonClientPerThreadModifier and TypeClassDescriptionclass
Subclass of CallbackClient that implements the new threading model, ensuring that each thread uses its own connection.Fields in py4j declared as Py4JPythonClientPerThreadModifier and TypeFieldDescriptionprotected final Py4JPythonClientPerThread
ClientServer.pythonClient
protected final Py4JPythonClientPerThread
ClientServerConnection.pythonClient
Methods in py4j that return Py4JPythonClientPerThreadModifier and TypeMethodDescriptionprotected Py4JPythonClientPerThread
ClientServer.createPythonClient()
Methods in py4j with parameters of type Py4JPythonClientPerThreadModifier and TypeMethodDescriptionprotected Py4JJavaServer
ClientServer.createJavaServer
(Object entryPoint, Py4JPythonClientPerThread pythonClient) Constructors in py4j with parameters of type Py4JPythonClientPerThreadModifierConstructorDescriptionClientServerConnection
(Gateway gateway, Socket socket, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout) ClientServerConnection
(Gateway gateway, Socket socket, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, Py4JJavaServer javaServer, int readTimeout, String authToken) JavaServer
(Object entryPoint, int port, int connectTimeout, int readTimeout, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient) JavaServer
(Object entryPoint, int port, int connectTimeout, int readTimeout, List<Class<? extends Command>> customCommands, Py4JPythonClientPerThread pythonClient, String authToken)