public interface Collector
| Modifier and Type | Method and Description |
|---|---|
default DataPartition<?> |
get()
Deprecated.
use the data partition
|
default DataPartition<?> |
get(java.lang.String name)
get the collected valued
|
default IONames |
getCollectibleNames()
This method should return a set of collectible names, that can be collected from this
collector.
|
@Deprecated default DataPartition<?> get()
default DataPartition<?> get(java.lang.String name)
name - name of the value to collectdefault IONames getCollectibleNames()
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.