public static class TaskSchedulerClassTest.TestSource extends BaseSource implements Receptor
| Constructor and Description |
|---|
TestSource() |
TestSource(java.lang.String inputkey) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String name,
DataObject<?> data)
This method is called when the data is available
|
void |
execute()
Execute without an incoming message
|
IONames |
getReceivableNames()
This method should return a set of receivable names, that are expected by this receptor.
|
public TestSource()
public TestSource(java.lang.String inputkey)
public void execute()
ISourcepublic void add(java.lang.String name,
DataObject<?> data)
Receptorpublic IONames getReceivableNames()
Receptor
If Collector C of task graph TG1 collects variable "var1" and C's parallelism is n, If
Receptor R of task graph TG2 is interested in receiving "var1", R's parallelism should
be equal to n and, R should have the same distribution as C among the workers.
getReceivableNames in interface Receptor