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
|
executepublic abstract StormTopology buildTopology()
public void execute()
TaskWorkerexecute in class TaskWorker