- main(String[]) - Static method in class py4j.DefaultApplication
-
- main(String[]) - Static method in class py4j.GatewayServer
-
Main method to start a local GatewayServer on a given port.
- MAP_TYPE - Static variable in class py4j.Protocol
-
- MAX_DISTANCE - Static variable in class py4j.reflection.MethodInvoker
-
- MEMORY_COMMAND_NAME - Static variable in class py4j.commands.MemoryCommand
-
- MEMORY_DEL_SUB_COMMAND_NAME - Static variable in class py4j.commands.MemoryCommand
-
- MemoryCommand - Class in py4j.commands
-
The MemoryCommand is responsible for handling garbage collection requests
from the Python side, i.e., when a java object is no longer used by the
Python program.
- MemoryCommand() - Constructor for class py4j.commands.MemoryCommand
-
- METHOD_TYPE - Static variable in class py4j.Protocol
-
- MethodDescriptor - Class in py4j.reflection
-
A MethodDescriptor wraps the signature of a method (name, container,
parameters).
- MethodDescriptor(String, Class, Class[]) - Constructor for class py4j.reflection.MethodDescriptor
-
- MethodInvoker - Class in py4j.reflection
-
A MethodInvoker translates a call made in a Python Program into a call to a
Java method.
- MethodInvoker(Constructor<?>, TypeConverter[], int) - Constructor for class py4j.reflection.MethodInvoker
-
- MethodInvoker(Method, TypeConverter[], int) - Constructor for class py4j.reflection.MethodInvoker
-