invoke: Execute a method on a remote Java object
Description
Execute a method on a remote Java object
Usage
invoke(jobj, method, ...)invoke_static(sc, class, method, ...)
invoke_new(sc, class, ...)
Arguments
jobj
Java object to execute method on.
method
Name of method to execute.
...
Unused (future expansion)
sc
spark_connection
to execute on.
class
Class to execute static method on.