- GARBAGE_COLLECT_PROXY_COMMAND_NAME - Static variable in class py4j.reflection.PythonProxyHandler
-
- gateway - Variable in class py4j.commands.AbstractCommand
-
- Gateway - Class in py4j
-
A Gateway manages various states: entryPoint, references to objects returned
to a Python program, etc.
- Gateway(Object) - Constructor for class py4j.Gateway
-
- Gateway(Object, CallbackClient) - Constructor for class py4j.Gateway
-
- GATEWAY_SERVER_ID - Static variable in class py4j.GatewayServer
-
- GatewayConnection - Class in py4j
-
Manage the connection between a Python program and a Gateway.
- GatewayConnection(Gateway, Socket) - Constructor for class py4j.GatewayConnection
-
- GatewayConnection(Gateway, Socket, List<Class<? extends Command>>, List<GatewayServerListener>) - Constructor for class py4j.GatewayConnection
-
- GatewayServer - Class in py4j
-
This class enables Python programs to access a Java program.
- GatewayServer(Object) - Constructor for class py4j.GatewayServer
-
Creates a GatewayServer instance with default port (25333), default
address (127.0.0.1), and default timeout value (no timeout).
- GatewayServer(Object, int) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, InetAddress, InetAddress, int, int, List<Class<? extends Command>>) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int, int, List<Class<? extends Command>>) - Constructor for class py4j.GatewayServer
-
- GatewayServer(Object, int, int, int, List<Class<? extends Command>>, CallbackClient) - Constructor for class py4j.GatewayServer
-
- GatewayServerListener - Interface in py4j
-
A client can implement this listener to be notified of Gateway events.
- GET_MEMBER_SUB_COMMAND_NAME - Static variable in class py4j.commands.ReflectionCommand
-
- GET_UNKNOWN_SUB_COMMAND_NAME - Static variable in class py4j.commands.ReflectionCommand
-
- getAddress() - Method in class py4j.CallbackClient
-
- getAddress() - Method in class py4j.GatewayServer
-
- getArgCounter() - Method in class py4j.Gateway
-
- getArguments(BufferedReader) - Method in class py4j.commands.AbstractCommand
-
- getArrayReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getBaseCommands() - Static method in class py4j.GatewayConnection
-
- getBindings() - Method in class py4j.Gateway
-
- getBoolean(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getBytes(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getCallbackClient() - Method in class py4j.Gateway
-
- getCallbackClient() - Method in class py4j.GatewayServer
-
- getClass(Class<?>, String) - Method in class py4j.reflection.ReflectionEngine
-
- getClass(String, JVMView) - Static method in class py4j.reflection.TypeUtil
-
- getClasses() - Method in class py4j.model.Py4JClass
-
- getCommandName() - Method in class py4j.commands.AbstractCommand
-
- getCommandName() - Method in interface py4j.commands.Command
-
- getCommandPart() - Method in class py4j.ReturnObject
-
- getConnectTimeout() - Method in class py4j.GatewayServer
-
- getConstructor() - Method in class py4j.reflection.MethodInvoker
-
- getConstructor(Class<?>, Class<?>[]) - Method in class py4j.reflection.ReflectionEngine
-
- getConstructor(String, Object[]) - Method in class py4j.reflection.ReflectionEngine
-
- getContainer() - Method in class py4j.model.Py4JField
-
- getContainer() - Method in class py4j.model.Py4JMethod
-
- getContainer() - Method in class py4j.reflection.MethodDescriptor
-
- getConversion() - Method in class py4j.reflection.TypeConverter
-
- getConverters() - Method in class py4j.reflection.MethodInvoker
-
- getCost() - Method in class py4j.reflection.MethodInvoker
-
- getCost(Class<?>, Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- getCustomCommands() - Method in class py4j.GatewayServer
-
- getDecimal(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getDecimalReturnObject(Object) - Static method in class py4j.ReturnObject
-
- getDefaultJVMView() - Method in class py4j.Gateway
-
- getDouble(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getEntryPoint() - Method in class py4j.Gateway
-
- getErrorReferenceReturnObject(String) - Static method in class py4j.ReturnObject
-
- getErrorReturnObject() - Static method in class py4j.ReturnObject
-
- getErrorReturnObject(Throwable) - Static method in class py4j.ReturnObject
-
- getExtendType() - Method in class py4j.model.Py4JClass
-
- getField(Class<?>, String) - Method in class py4j.reflection.ReflectionEngine
-
- getField(Object, String) - Method in class py4j.reflection.ReflectionEngine
-
- getField(String, String) - Method in class py4j.reflection.ReflectionEngine
-
- getFields() - Method in class py4j.model.Py4JClass
-
- getFieldValue(Object, Field) - Method in class py4j.reflection.ReflectionEngine
-
Wrapper around Field.get
- getHelpPage(Py4JClass, String, boolean) - Static method in class py4j.model.HelpPageGenerator
-
- getHelpPage(Py4JMethod, boolean) - Static method in class py4j.model.HelpPageGenerator
-
- getId() - Method in class py4j.JVMView
-
- getImplementTypes() - Method in class py4j.model.Py4JClass
-
- getImportedNames() - Method in class py4j.JVMView
-
Return the current list of imports known to this view.
- getInteger(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getInternalRepresentation() - Method in class py4j.reflection.MethodDescriptor
-
- getIteratorReturnObject(String) - Static method in class py4j.ReturnObject
-
- getJavadoc() - Method in class py4j.model.Py4JMember
-
- getLastImportSearches() - Method in class py4j.JVMView
-
- getListeners() - Method in class py4j.GatewayServer
-
- getListeningPort() - Method in class py4j.GatewayServer
-
- getListReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getLong(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getMapReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getMemberOutputCommand(char) - Static method in class py4j.Protocol
-
- getMemberOutputCommand(char, String) - Static method in class py4j.Protocol
-
- getMethod() - Method in class py4j.reflection.MethodInvoker
-
- getMethod(Class<?>, String) - Method in class py4j.reflection.ReflectionEngine
-
- getMethod(Class<?>, String, Class<?>[]) - Method in class py4j.reflection.ReflectionEngine
-
- getMethod(Object, String, Object[]) - Method in class py4j.reflection.ReflectionEngine
-
- getMethod(String, String, Object[]) - Method in class py4j.reflection.ReflectionEngine
-
- getMethods() - Method in class py4j.model.Py4JClass
-
- getName() - Method in class py4j.JVMView
-
- getName() - Method in class py4j.model.Py4JMember
-
- getName() - Method in class py4j.reflection.MethodDescriptor
-
- getName(String, boolean) - Static method in class py4j.reflection.TypeUtil
-
- getName() - Method in class py4j.ReturnObject
-
- getNames(Class<?>[]) - Static method in class py4j.reflection.TypeUtil
-
- getNextObjectId() - Method in class py4j.Gateway
-
- getNoSuchFieldOutputCommand() - Static method in class py4j.Protocol
-
- getNull(String) - Static method in class py4j.Protocol
-
Method provided for consistency.
- getNullReturnObject() - Static method in class py4j.ReturnObject
-
- getObjCounter() - Method in class py4j.Gateway
-
- getObject(String) - Method in class py4j.Gateway
-
- getObject(String, Gateway) - Static method in class py4j.Protocol
-
- getObjectFromId(String) - Method in class py4j.Gateway
-
- getOutputCommand(ReturnObject) - Static method in class py4j.Protocol
-
- getOutputErrorCommand() - Static method in class py4j.Protocol
-
- getOutputErrorCommand(String) - Static method in class py4j.Protocol
-
- getOutputErrorCommand(Throwable) - Static method in class py4j.Protocol
-
- getOutputVoidCommand() - Static method in class py4j.Protocol
-
- getPackage(String) - Static method in class py4j.reflection.TypeUtil
-
- getParameterNames() - Method in class py4j.model.Py4JMethod
-
- getParameters() - Method in class py4j.reflection.MethodDescriptor
-
- getParameterTypes() - Method in class py4j.model.Py4JMethod
-
- getPoint(Class<?>) - Static method in class py4j.reflection.TypeUtil
-
- getPort() - Method in class py4j.CallbackClient
-
- getPort() - Method in class py4j.GatewayServer
-
- getPrimitiveObject() - Method in class py4j.ReturnObject
-
- getPrimitiveReturnObject(Object) - Static method in class py4j.ReturnObject
-
- getPrimitiveType(Object) - Static method in class py4j.Protocol
-
- getPublicFieldNames(Object) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public fields in the obj
- getPublicMethodNames(Object) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public methods in the obj
- getPublicStaticClassNames(Class<?>) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public static classes in the clazz
- getPublicStaticFieldNames(Class<?>) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public static fields in the clazz
- getPublicStaticMethodNames(Class<?>) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public static methods in the clazz
- getPublicStaticNames(Class<?>) - Method in class py4j.reflection.ReflectionEngine
-
Retrieve the names of all the public static fields, methods and
classes in the clazz
- getPythonAddress() - Method in class py4j.GatewayServer
-
- getPythonPort() - Method in class py4j.GatewayServer
-
- getPythonProxy(String, Gateway) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getReadTimeout() - Method in class py4j.GatewayServer
-
- getReference(String, Gateway) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getReferenceReturnObject(String) - Static method in class py4j.ReturnObject
-
- getReflectionEngine() - Method in class py4j.Gateway
-
- getRegex(String) - Static method in class py4j.model.HelpPageGenerator
-
- getReturnObject(Object) - Method in class py4j.Gateway
-
- getReturnType() - Method in class py4j.model.Py4JMethod
-
- getReturnValue(String, Gateway) - Static method in class py4j.Protocol
-
- getRootThrowable(Throwable, boolean) - Static method in class py4j.Protocol
-
- getSequenceId() - Method in class py4j.JVMView
-
Sequence ID for getImportedNames().
- getSetReturnObject(String, int) - Static method in class py4j.ReturnObject
-
- getSignature(boolean) - Method in class py4j.model.Py4JClass
-
- getSignature(boolean) - Method in class py4j.model.Py4JField
-
- getSignature(boolean) - Method in class py4j.model.Py4JMember
-
- getSignature(boolean) - Method in class py4j.model.Py4JMethod
-
- getSingleImportsMap() - Method in class py4j.JVMView
-
- getSize() - Method in class py4j.ReturnObject
-
- getSocket() - Method in class py4j.GatewayConnection
-
- getStarImports() - Method in class py4j.JVMView
-
- getString(String) - Static method in class py4j.Protocol
-
Assumes that commandPart is not empty.
- getStringArguments(BufferedReader) - Method in class py4j.commands.AbstractCommand
-
- getThrowableAsString(Throwable) - Static method in class py4j.Protocol
-
- getType() - Method in class py4j.model.Py4JField
-
- getVoidReturnObject() - Static method in class py4j.ReturnObject
-