Uses of Package
py4j

Packages that use py4j
py4j   
 

Classes in py4j used by py4j
AbstractCommand
           Abstract base class for commands.
CallbackClient
           A CallbackClient is responsible for managing communication channels: channels are created as needed (e.g., one per concurrent thread) and are closed after a certain time.
Command
           This interface must be implemented by all commands.
Gateway
           A Gateway manages various states: entryPoint, references to objects returned to a Python program, etc.
Py4JException
           Exception raised when an error is encountered while using Py4J.
ReturnObject
           A ReturnObject wraps a value returned by a method.