A B C D E F G I J L M N O P Q R S T U V W

G

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, List<Class<? extends Command>>) - Constructor for class py4j.GatewayConnection
 
GatewayConnection(Gateway, Socket) - Constructor for class py4j.GatewayConnection
 
GatewayServer - Class in py4j
This class enables Python programs to access a Java program.
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
 
GatewayServer(Object) - Constructor for class py4j.GatewayServer
Creates a GatewayServer instance with default port (25333), default address (localhost), and default timeout value (no timeout).
GatewayServer(Object, int) - Constructor for class py4j.GatewayServer
 
getArgCounter() - Method in class py4j.Gateway
 
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.
getCallbackClient() - Method in class py4j.Gateway
 
getCallbackClient() - Method in class py4j.GatewayServer
 
getCommandPart() - Method in class py4j.ReturnObject
 
getConnectTimeout() - Method in class py4j.GatewayServer
 
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
 
getErrorReturnObject() - Static method in class py4j.ReturnObject
 
getErrorReturnObject(Throwable) - Static method in class py4j.ReturnObject
 
getErrorReturnObject(String) - Static method in class py4j.ReturnObject
 
getField1() - Method in class py4j.examples.ExampleClass
 
getId() - Method in class py4j.JVMView
 
getIntArray() - Method in class py4j.examples.ExampleClass
 
getInteger(String) - Static method in class py4j.Protocol
Assumes that commandPart is not empty.
getInternalList() - Method in class py4j.examples.Stack
 
getIteratorReturnObject(String) - Static method in class py4j.ReturnObject
 
getLastImportSearches() - Method in class py4j.JVMView
 
getList(int) - Method in class py4j.examples.ExampleClass
 
getListAsString(List<?>) - Method in class py4j.examples.ListPrinter
 
getListReturnObject(String, int) - Static method in class py4j.ReturnObject
 
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
 
getName() - Method in class py4j.JVMView
 
getName() - Method in class py4j.ReturnObject
 
getNewExample() - Method in class py4j.examples.ExampleEntryPoint
 
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
 
getPort() - Method in class py4j.CallbackClient
 
getPrimitiveObject() - Method in class py4j.ReturnObject
 
getPrimitiveReturnObject(Object) - Static method in class py4j.ReturnObject
 
getPrimitiveType(Object) - Static method in class py4j.Protocol
 
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
 
getReturnObject(Object) - Method in class py4j.Gateway
 
getReturnValue(String, Gateway) - Static method in class py4j.Protocol
 
getRootThrowable(Throwable, boolean) - Static method in class py4j.Protocol
 
getSetReturnObject(String, int) - Static method in class py4j.ReturnObject
 
getSingleImportsMap() - Method in class py4j.JVMView
 
getSize() - Method in class py4j.ReturnObject
 
getStack() - Method in class py4j.examples.StackEntryPoint
 
getStarImports() - Method in class py4j.JVMView
 
getString(String) - Static method in class py4j.Protocol
Assumes that commandPart is not empty.
getStringArray() - Method in class py4j.examples.ExampleClass
 
getStringBuffer() - Method in class py4j.examples.BufferGenerator
 
getThrowableAsString(Throwable) - Static method in class py4j.Protocol
 
getVoidReturnObject() - Static method in class py4j.ReturnObject
 

A B C D E F G I J L M N O P Q R S T U V W