Package | Description |
---|---|
py4j |
Modifier and Type | Class and Description |
---|---|
class |
CallbackConnection
Default implementation of the CommunicationChannel interface using TCP
sockets.
|
class |
ClientServerConnection |
Modifier and Type | Field and Description |
---|---|
protected java.util.Deque<Py4JClientConnection> |
CallbackClient.connections |
Modifier and Type | Method and Description |
---|---|
protected Py4JClientConnection |
CallbackClient.getConnection() |
protected Py4JClientConnection |
PythonClient.getConnection() |
protected Py4JClientConnection |
CallbackClient.getConnectionLock() |
Modifier and Type | Method and 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) |