A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- JAVA_LANG_STAR_IMPORT - Static variable in class py4j.JVMView
- javaAddress - Variable in class py4j.ClientServer
- javaAddress(InetAddress) - Method in class py4j.ClientServer.ClientServerBuilder
- javaAddress(InetAddress) - Method in class py4j.GatewayServer.GatewayServerBuilder
- javaPort - Variable in class py4j.ClientServer
- javaPort(int) - Method in class py4j.ClientServer.ClientServerBuilder
- javaPort(int) - Method in class py4j.GatewayServer.GatewayServerBuilder
- javaServer - Variable in class py4j.ClientServer
- javaServer - Variable in class py4j.ClientServerConnection
- javaServer - Variable in class py4j.PythonClient
- JavaServer - Class in py4j
-
This class extends GatewayServer by implementing a new threading model: a thread always use the same connection to the other side so callbacks are executed in the calling thread.
- JavaServer(Object, int, int, int, List<Class<? extends Command>>, Py4JPythonClientPerThread) - Constructor for class py4j.JavaServer
- JavaServer(Object, int, int, int, List<Class<? extends Command>>, Py4JPythonClientPerThread, String) - Constructor for class py4j.JavaServer
- JVMView - Class in py4j
-
A JVM view keeps track of imports and import searches.
- JVMView(String, String) - Constructor for class py4j.JVMView
- JVMVIEW_COMMAND_NAME - Static variable in class py4j.commands.JVMViewCommand
- JVMViewCommand - Class in py4j.commands
-
A JVMViewCommand is responsible for managing JVM views: creating views, adding imports, searching for fully qualified names.
- JVMViewCommand() - Constructor for class py4j.commands.JVMViewCommand
- JVMViewCommandTest - Class in py4j.commands
- JVMViewCommandTest() - Constructor for class py4j.commands.JVMViewCommandTest
All Classes All Packages