public abstract class Twister2StormWorker extends TaskWorker
computeEnvironment, config, persistentVolume, taskExecutor, volatileVolume, workerController, workerEnvironment, workerId
Constructor and Description |
---|
Twister2StormWorker() |
Modifier and Type | Method and Description |
---|---|
abstract StormTopology |
buildTopology() |
void |
execute()
A user needs to implement this method to create the task graph and execute it
|
execute
public abstract StormTopology buildTopology()
public void execute()
TaskWorker
execute
in class TaskWorker