Uses of Class
py4j.ClientServerConnection
-
Packages that use ClientServerConnection Package Description py4j -
-
Uses of ClientServerConnection in py4j
Fields in py4j with type parameters of type ClientServerConnection Modifier and Type Field Description protected java.lang.ThreadLocal<java.lang.ref.WeakReference<ClientServerConnection>>
PythonClient. threadConnection
Methods in py4j that return ClientServerConnection Modifier and Type Method Description ClientServerConnection
Py4JPythonClientPerThread. getPerThreadConnection()
ClientServerConnection
PythonClient. getPerThreadConnection()
Methods in py4j with parameters of type ClientServerConnection Modifier and Type Method Description void
Py4JPythonClientPerThread. setPerThreadConnection(ClientServerConnection clientServerConnection)
void
PythonClient. setPerThreadConnection(ClientServerConnection clientServerConnection)
-