Uses of Interface
py4j.Py4JClientConnection
-
Packages that use Py4JClientConnection Package Description py4j -
-
Uses of Py4JClientConnection in py4j
Classes in py4j that implement Py4JClientConnection Modifier and Type Class Description class
CallbackConnection
Default implementation of the CommunicationChannel interface using TCP sockets.class
ClientServerConnection
Fields in py4j with type parameters of type Py4JClientConnection Modifier and Type Field Description protected java.util.Deque<Py4JClientConnection>
CallbackClient. connections
Methods in py4j that return Py4JClientConnection Modifier and Type Method Description protected Py4JClientConnection
CallbackClient. getConnection()
protected Py4JClientConnection
PythonClient. getConnection()
protected Py4JClientConnection
CallbackClient. getConnectionLock()
Methods in py4j with parameters of type Py4JClientConnection Modifier and Type Method Description protected void
CallbackClient. giveBackConnection(Py4JClientConnection cc)
protected void
PythonClient. giveBackConnection(Py4JClientConnection cc)
protected boolean
CallbackClient. shouldRetrySendCommand(Py4JClientConnection cc, Py4JNetworkException pne)
protected boolean
PythonClient. shouldRetrySendCommand(Py4JClientConnection cc, Py4JNetworkException pne)
-