public class StormBenchmark extends TaskWorker
Modifier and Type | Class and Description |
---|---|
static class |
StormBenchmark.DataSink |
static class |
StormBenchmark.Generator |
computeEnvironment, config, persistentVolume, taskExecutor, volatileVolume, workerController, workerEnvironment, workerId
Constructor and Description |
---|
StormBenchmark() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
A user needs to implement this method to create the task graph and execute it
|
static void |
main(java.lang.String[] args) |
execute
public void execute()
TaskWorker
execute
in class TaskWorker
public static void main(java.lang.String[] args)