
com.dragpools.runner.DragRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DP_CLIENT Show documentation
Show all versions of DP_CLIENT Show documentation
A simple Drag Pools Client to connect and execute Drag Queries in a Drag Pools cluster.
The newest version!
package com.dragpools.runner;
/**
*
* @author Frank Jennings https://www.dragpools.io
*/
public class DragRunner {
private String runnerBody = null;
public DragRunner() {
}
public DragRunner(String runnerBody) {
this.runnerBody = runnerBody;
}
public String getRunnerBody() {
return runnerBody;
}
public void setRunnerBody(String runnerBody) {
this.runnerBody = runnerBody;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy