- PACKAGE_TYPE - Static variable in class py4j.Protocol
-
- periodicCleanup() - Method in class py4j.CallbackClient
-
Closes communication channels that have not been used for a time
specified at the creation of the callback client.
- PREFIX - Static variable in class py4j.model.HelpPageGenerator
-
- PREFIX_INDENT - Static variable in class py4j.model.HelpPageGenerator
-
- PREFIX_SEPARATOR - Static variable in class py4j.model.HelpPageGenerator
-
- Protocol - Class in py4j
-
This class defines the protocol used to communicate between two virtual
machines (e.g., Python and Java).
- Protocol() - Constructor for class py4j.Protocol
-
- putNewObject(Object) - Method in class py4j.Gateway
-
Adds a new object to the gateway bindings and return the generated ID.
- putObject(String, Object) - Method in class py4j.Gateway
-
- py4j - package py4j
-
- py4j.commands - package py4j.commands
-
- py4j.model - package py4j.model
-
- py4j.reflection - package py4j.reflection
-
- Py4JClass - Class in py4j.model
-
Model of a Java class used to create a help page.
- Py4JClass(String, String, String, String[], Py4JMethod[], Py4JField[], Py4JClass[]) - Constructor for class py4j.model.Py4JClass
-
- Py4JException - Exception in py4j
-
Exception raised when an error is encountered while using Py4J.
- Py4JException() - Constructor for exception py4j.Py4JException
-
- Py4JException(String) - Constructor for exception py4j.Py4JException
-
- Py4JException(String, Throwable) - Constructor for exception py4j.Py4JException
-
- Py4JException(Throwable) - Constructor for exception py4j.Py4JException
-
- Py4JField - Class in py4j.model
-
Model of a Java field used to create a help page.
- Py4JField(String, String, String, String) - Constructor for class py4j.model.Py4JField
-
- Py4JJavaException - Exception in py4j
-
Exception raised when an exception is thrown in the client code.
- Py4JJavaException() - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(String) - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(String, Throwable) - Constructor for exception py4j.Py4JJavaException
-
- Py4JJavaException(Throwable) - Constructor for exception py4j.Py4JJavaException
-
- Py4JMember - Class in py4j.model
-
Model of a Java member (class, method, or field) used to create a help page.
- Py4JMember(String, String) - Constructor for class py4j.model.Py4JMember
-
- Py4JMethod - Class in py4j.model
-
Model of a Java method used to create a help page.
- Py4JMethod(String, String, String[], String[], String, String) - Constructor for class py4j.model.Py4JMethod
-
- Py4JNetworkException - Exception in py4j
-
Exception raised when a network error is encountered while using Py4J.
- Py4JNetworkException() - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(String, Throwable) - Constructor for exception py4j.Py4JNetworkException
-
- Py4JNetworkException(Throwable) - Constructor for exception py4j.Py4JNetworkException
-
- PYTHON_INFINITY - Static variable in class py4j.Protocol
-
- PYTHON_NAN - Static variable in class py4j.Protocol
-
- PYTHON_NEGATIVE_INFINITY - Static variable in class py4j.Protocol
-
- PYTHON_PROXY_TYPE - Static variable in class py4j.Protocol
-
- PythonProxyHandler - Class in py4j.reflection
-
A PythonProxyHandler is used in place of a Python object.
- PythonProxyHandler(String, Gateway) - Constructor for class py4j.reflection.PythonProxyHandler
-