-
Notifications
You must be signed in to change notification settings - Fork 75
One to N Broadcast Connector
zuozhiw edited this page Aug 29, 2017
·
3 revisions
Author(s): Zuozhi Wang
Reviewer(s): Chen Li
OneToNBroadcastConnector connects different operators by taking one input operator and providing different output operators the same tuples of the input operator.
As of 8/29/2016: TO BE REVIEWED
edu.uci.ics.texera.dataflow.connector
OneToNBroadcastConnector "broadcast" the tuples from an operator to different operators. This connector caches the tuples from input operator in an in-memory list (for now).