Package com.illumon.iris.console.utils
Class RunLocalScript
java.lang.Object
com.illumon.iris.console.utils.RunLocalScript
public class RunLocalScript extends Object
Executes a local groovy script on a remote query server. The body of the initial script is serialized and sent to
the server for evaluation. All embedded calls to
source()
will load scripts from the client's side (i.e. the
system executing this class).
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RunLocalScript.LocalScriptPathLoader
-
Constructor Summary
Constructors Constructor Description RunLocalScript()
-
Method Summary
-
Constructor Details
-
RunLocalScript
public RunLocalScript()
-
-
Method Details