Uses of Interface
py4j.Py4JClientConnection
Packages that use Py4JClientConnection
-
Uses of Py4JClientConnection in py4j
Classes in py4j that implement Py4JClientConnectionModifier and TypeClassDescriptionclass
Default implementation of the CommunicationChannel interface using TCP sockets.class
Fields in py4j with type parameters of type Py4JClientConnectionModifier and TypeFieldDescriptionprotected final Deque<Py4JClientConnection>
CallbackClient.connections
Methods in py4j that return Py4JClientConnectionModifier and TypeMethodDescriptionprotected Py4JClientConnection
CallbackClient.getConnection()
protected Py4JClientConnection
PythonClient.getConnection()
protected Py4JClientConnection
CallbackClient.getConnectionLock()
Methods in py4j with parameters of type Py4JClientConnectionModifier and TypeMethodDescriptionprotected 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)