All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
cancel(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String name) |
void |
cluster(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets) |
void |
deleteSnapshot(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String snapshotName) |
void |
listJobs(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
boolean listAll) |
void |
listSnapshots(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
boolean fullJobName) |
static void |
main(String[] args) |
void |
restart(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String name) |
void |
resume(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String name) |
void |
run() |
void |
saveSnapshot(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String jobName,
String snapshotName,
boolean isTerminal) |
void |
sql(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets) |
void |
submit(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String snapshotName,
String name,
String mainClass,
File file,
List<String> params) |
void |
suspend(JetCommandLine.Verbosity verbosity,
JetCommandLine.TargetsMixin targets,
String name) |