protected static class BenchTaskWorker.SourceTask extends BaseSource
Constructor and Description |
---|
SourceTask(java.lang.String e) |
SourceTask(java.lang.String e,
boolean keyed) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute without an incoming message
|
protected void |
notifyEnd() |
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
void |
setMarkTimingOnlyForLowestTarget(boolean markTimingOnlyForLowestTarget) |
public SourceTask(java.lang.String e)
public SourceTask(java.lang.String e, boolean keyed)
public void setMarkTimingOnlyForLowestTarget(boolean markTimingOnlyForLowestTarget)
public void prepare(Config cfg, TaskContext ctx)
INode
protected void notifyEnd()
public void execute()
ISource